This commit is contained in:
hailin 2025-07-28 23:10:37 +08:00
parent 6970290e7c
commit 598cf781e8
1 changed files with 2 additions and 1 deletions

View File

@ -39,4 +39,5 @@ ENV HOST=0.0.0.0
ENV PORT=8091
# 启动 Nuxt SSR 服务
CMD ["node", ".output/server/index.mjs"]
CMD ["bash"]
# CMD ["node", ".output/server/index.mjs"]