Skip to content

Commit

Permalink
Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Terkwood committed Aug 30, 2019
1 parent 68ed3f7 commit 890fe50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build-all-dc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ docker-compose build game-lobby
docker-compose build color-chooser
docker-compose build gateway
docker-compose build kafkacat
docker-compose build startup
1 change: 1 addition & 0 deletions build-all-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ docker-compose build color-chooser
docker-compose build kafkacat
cd gateway && cargo clean && cd .. && docker-compose build gateway
docker-compose build kafkacat
docker-compose build startup
2 changes: 1 addition & 1 deletion build-giant-dc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ docker-compose -f dc-giant.yml build game-lobby
docker-compose -f dc-giant.yml build color-chooser
docker-compose -f dc-giant.yml build history-provider
docker-compose -f dc-giant.yml build kafkacat

docker-compose -f dc-giant.yml build startup

0 comments on commit 890fe50

Please sign in to comment.