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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南