調整 Docker SSL 入口與部署說明

This commit is contained in:
2026-04-15 23:15:52 +08:00
parent b0908b4d3c
commit 7a8436db47
5 changed files with 220 additions and 18 deletions

9
docker/nginx/Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM nginx:1.27-alpine
RUN apk add --no-cache inotify-tools
COPY docker/nginx/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]