Update dev.run-docker for easier startup

This commit is contained in:
giongto35 2020-06-11 05:54:02 +08:00 committed by GitHub
parent 9d3e9c1a3b
commit 42d7e166e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Makefile vendored
View file

@ -75,6 +75,10 @@ dev.build-local:
dev.run: dev.build-local
./bin/coordinator --v=5 &
./bin/worker --coordinatorhost localhost:8000
dev.run-docker:
docker rm cloud-game-local -f || true
CLOUD_GAME_GAMES_PATH=$(PWD)/assets/games docker-compose up --build
# RELEASE
# Builds the app for new release.