I run into a situation when Jenkins deployment broke with
+ docker run --name planning_31_deploy_prod --rm fd1c9016 sh -c 'npx sls config credentials --stage prod --provider aws --profile prod --key **** --secret **** && npx sls deploy --force --stage prod --region us-west-2 --aws-profile prod'
Sending interrupt signal to process
Serverless: Setting up AWS...
...
script returned exit code 143
While container is still running on an Instance - I can see that by docker ps
and docker container logs -f [id]
. What could be the reason of SIGTERM (Exit Code 143)?