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
asked 2 months ago134 views
1 Answer
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

answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions