Add nginx Dockerfile for static deployment

This commit is contained in:
TenX PM
2026-05-09 17:48:58 +00:00
parent f408a9fbd2
commit 15401ca7de
+3
View File
@@ -0,0 +1,3 @@
FROM nginx:alpine
COPY . /usr/share/nginx/html
EXPOSE 80