Skip to content

Commit

Permalink
Build images in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w committed Aug 25, 2019
1 parent 36128d4 commit 66c8ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Expand Up @@ -66,7 +66,7 @@ clean:

build:
docker-compose pull --ignore-pull-failures
docker-compose build
docker-compose build --parallel

start:
docker-compose up -d
Expand Down

0 comments on commit 66c8ef2

Please sign in to comment.