项目源码地址: https://github.com/huanghanzhilian/c-shopping
docker 在项目根目录启动命令:docker compose up -d --build
我在本地跑发现不了问题
但在服务器上有报错,服务器之间挂了,无法访问
异常日志:
npm ERR! path /app
npm ERR! command failed
npm ERR! signal SIGKILL
npm ERR! command sh -c next start
npm ERR! A complete log of this run can be found in: /root/.npm/_logs/
服务器截图

