This commit is contained in:
yidl 2025-07-02 01:08:27 +08:00
parent 80a1063d7d
commit 331b5519c4
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ COPY nginx.conf.gateway /etc/nginx/nginx.conf
EXPOSE 8000
EXPOSE 8001
EXPOSE 8002
EXPOSE 443
# 启动 Nginx 服务器
CMD ["nginx", "-g", "daemon off;"]