1 2 3 4 5 6
#!/usr/bin/env bash set -o errexit -o nounset -o pipefail shopt -s inherit_errexit lastpipe docker-compose build --pull