chore: build cache

This commit is contained in:
semvervot 2021-10-18 13:52:39 -07:00
parent c72bb56220
commit c3a63d0942
1 changed files with 3 additions and 1 deletions

View File

@ -6,4 +6,6 @@ set -e
TAG=${TAG?Variable not set} \
docker-compose \
-f docker-compose.yml \
build
build \
--no-cache \
--parallel \