diff --git a/php_pc/Dockerfile b/php_pc/Dockerfile index d2b4ce8..8e9e1a9 100644 --- a/php_pc/Dockerfile +++ b/php_pc/Dockerfile @@ -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"]