This commit is contained in:
2026-05-23 16:28:44 +08:00
parent 7c60e34de0
commit cb7e36ad03
2 changed files with 11 additions and 5 deletions

View File

@@ -30,6 +30,6 @@ COPY ngnix.conf /etc/nginx/conf.d/default.conf
# 复制SSL证书
COPY ssl/* /etc/nginx/ssl/
EXPOSE 80 443
EXPOSE 443
CMD ["nginx", "-g", "daemon off;"]