adiciona Dockerfile

This commit is contained in:
2026-08-12 17:55:20 +00:00
parent 326881a001
commit c76dc2e021
+4
View File
@@ -0,0 +1,4 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80