更新 Dockerfile

This commit is contained in:
yidongliang 2025-07-02 12:29:39 +08:00
parent bbee69c1b1
commit cf2fe0038c
1 changed files with 0 additions and 2 deletions

View File

@ -7,9 +7,7 @@ COPY nginx.conf.gateway /etc/nginx/nginx.conf
# 暴露 Nginx 监听的端口
# 在 nginx.conf.gateway 中配置了 8000 和 8001 端口
EXPOSE 8000
EXPOSE 8001
EXPOSE 8002
EXPOSE 443
# 启动 Nginx 服务器
CMD ["nginx", "-g", "daemon off;"]