update docker

This commit is contained in:
2026-06-22 19:40:00 +07:00
parent c58c631b11
commit 2eedd58f29
8 changed files with 752 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM nginx:alpine
RUN rm /etc/nginx/conf.d/default.conf
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf