Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make failing docker commands fail the setup script
When docker build fails, it does so silently. We have to detect the failure with the bash variable $?, then exit the script. This avoids silent docker failures.
- Loading branch information