Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
add parallel build
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbelvin committed Jan 2, 2020
1 parent 55698e2 commit 7372cbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/docker-compose_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ if [ ! -f genfiles/server.key ]; then
./scripts/prepare_server.sh -f
fi

docker-compose build --parallel
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d
trap "docker-compose down" INT EXIT

Expand Down

0 comments on commit 7372cbd

Please # to comment.