diff --git a/Makefile b/Makefile index 88655bf6..1756feb3 100644 --- a/Makefile +++ b/Makefile @@ -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.