From 42d7e166e89bd191ff9113c4886fff84d29364bd Mon Sep 17 00:00:00 2001 From: giongto35 Date: Thu, 11 Jun 2020 05:54:02 +0800 Subject: [PATCH] Update dev.run-docker for easier startup --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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.