mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 10:35:44 +00:00
Update dev.run-docker for easier startup
This commit is contained in:
parent
9d3e9c1a3b
commit
42d7e166e8
1 changed files with 4 additions and 0 deletions
4
Makefile
vendored
4
Makefile
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue