deploy: 2026-03-19 20:37

This commit is contained in:
ufo6849
2026-03-19 20:37:33 +09:00
commit 7a0a6274f5
3 changed files with 30 additions and 0 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM nginx:alpine
COPY . /usr/share/nginx/html/
RUN rm -f /usr/share/nginx/html/Dockerfile /usr/share/nginx/html/.git -rf
EXPOSE 80