Add Dockerfile for nginx deployment

This commit is contained in:
2026-05-27 11:35:28 +00:00
parent e94011bd81
commit 8b5decd71d
+3
View File
@@ -0,0 +1,3 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80