Adicionado Dockerfile

This commit is contained in:
Douglas Barone 2024-03-20 09:14:11 -04:00
parent cac954e2b3
commit 792c0a0282

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM nginx:1.25.4
# Copy the build output to replace the default nginx contents.
COPY . /usr/share/nginx/html