add Dockerfiles and update all configs for deployment

This commit is contained in:
cygouw
2026-06-11 16:17:42 +07:00
parent 5e1038180e
commit 50f64afbe7
5 changed files with 49 additions and 9 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80