DEV Community

Discussion on: NPM run scripts exit status in Docker

Collapse
 
booyaa profile image
Mark Sta Ana

To get exit codes for containers you want to run `docker container ls -a‘ after the container has run. The exit codes don’t bubble up from the container to the docket run command.