Skip to content

Instantly share code, notes, and snippets.

@acraven
Created December 20, 2019 10:06
Show Gist options
  • Save acraven/ea5e526a7577de682ecf30877588286f to your computer and use it in GitHub Desktop.
Save acraven/ea5e526a7577de682ecf30877588286f to your computer and use it in GitHub Desktop.
docker-compose -f docker-compose.build.yaml build --no-cache --parallel
if ($? -eq $false) {
exit
}
docker-compose -f docker-compose.build.yaml up --renew-anon-volumes --abort-on-container-exit outside-in.tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment