I have been trying to build a docker image and deploy it to ECR through Bitbucket pipeline. In the build step I am facing an issue process "/bin/sh -c npm run build" did not complete successfully: exit code: 137. Ours is a node JS project and the docker fil we are using is:
Problem resolved after following the instructions mentioned in following page
https://support.atlassian.com/bitbucket-cloud/docs/run-docker-commands-in-bitbucket-pipelines/#RunDockercommandsinBitbucketPipelines-Dockermemorylimits
It looks like you're new here. Sign in or register to get started.