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
demandé il y a 3 mois148 vues
1 réponse
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

répondu il y a 3 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions