diff --git a/Dockerfile b/Dockerfile index 3fb2ab7..e0fd0da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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;"]