更新 Dockerfile
This commit is contained in:
parent
bbee69c1b1
commit
cf2fe0038c
|
@ -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;"]
|
||||
|
|
Loading…
Reference in New Issue