2
0

feat(build): Enable parallel builds for docker-compose (#343)

This commit is contained in:
Burak Yigit Kaya 2020-01-12 18:53:54 +03:00 committed by GitHub
parent d6951a2c32
commit a655b4799c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ echo ""
$dc pull --ignore-pull-failures $dc pull --ignore-pull-failures
docker pull ${SENTRY_IMAGE:-getsentry/sentry:latest} docker pull ${SENTRY_IMAGE:-getsentry/sentry:latest}
$dc build --force-rm web $dc build --force-rm web
$dc build --force-rm $dc build --force-rm --parallel
echo "" echo ""
echo "Docker images built." echo "Docker images built."