Adicionar web/Dockerfile.nginx

This commit is contained in:
2026-08-19 20:25:42 -03:00
parent 206fe3e475
commit cc4dc03d98
+7
View File
@@ -0,0 +1,7 @@
FROM nginx:alpine
# Copy custom nginx config
COPY nginx.conf /etc/nginx/nginx.conf
# Copy static site
COPY index.html /usr/share/nginx/html/index.html