initial commit

This commit is contained in:
2026-06-08 15:27:20 +07:00
commit fec29b3513
29 changed files with 305 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM nginx:alpine
COPY . /usr/share/nginx/html
COPY default.conf /etc/nginx/conf.d/default.conf
EXPOSE 80