diff --git a/php_pc/Dockerfile b/php_pc/Dockerfile index a91c8a3..1b343d6 100644 --- a/php_pc/Dockerfile +++ b/php_pc/Dockerfile @@ -36,4 +36,5 @@ RUN npm install -g serve EXPOSE 8091 # 启动 Nuxt SSR 服务 -CMD ["node", ".output/server/index.mjs"] +# CMD ["node", ".output/server/index.mjs"] +CMD ["bash"]