You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments