AWS Beanstalk Deploy error

0

Hello, I am trying to deploy a MERN app with a docker-compose.yml file through CI/CD pipeline. The deploy fails every time and I get this error can anyone tell me how to resolve it? Thank you.

An error occurred during execution of command [app-deploy] - [Docker Specific Build Application]. Stop running the command. Error: failed to build docker images: Command /bin/sh -c docker compose build failed with error exit status 17. Stderr:failed to solve: executor failed running [/bin/sh -c npm install]: exit code: 244

jredden
已提问 3 个月前147 查看次数
1 回答
2

Hello,

You might want to examine the npm install step more closely. Error code 244 usually means a timeout occurred when installing packages. Please look at this link as well - https://stackoverflow.com/questions/67406041/debug-docker-with-rider-exited-with-code-244

Thanks

已回答 3 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容