feat(build): Enable parallel builds for docker-compose (#343)
This commit is contained in:
parent
d6951a2c32
commit
a655b4799c
@ -99,7 +99,7 @@ echo ""
|
||||
$dc pull --ignore-pull-failures
|
||||
docker pull ${SENTRY_IMAGE:-getsentry/sentry:latest}
|
||||
$dc build --force-rm web
|
||||
$dc build --force-rm
|
||||
$dc build --force-rm --parallel
|
||||
echo ""
|
||||
echo "Docker images built."
|
||||
|
||||
|
Reference in New Issue
Block a user