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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠