aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-08 21:22:50 +0900
committernsfisis <nsfisis@gmail.com>2024-08-08 21:22:50 +0900
commit93f2ffc18d1d86bd2999533e8d904c92cb29bc1a (patch)
treee38ec866b6972966d31dde84f07a1141d854c704 /Makefile
parenta100dc8ba76aaeda2229940c1743c33cc0ef84b5 (diff)
downloadiosdc-japan-2024-albatross-93f2ffc18d1d86bd2999533e8d904c92cb29bc1a.tar.gz
iosdc-japan-2024-albatross-93f2ffc18d1d86bd2999533e8d904c92cb29bc1a.tar.zst
iosdc-japan-2024-albatross-93f2ffc18d1d86bd2999533e8d904c92cb29bc1a.zip
fix(backend): fix admin game edit page
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2361ac5..bf3b34c 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ up:
.PHONY: down
down:
- ${DOCKER_COMPOSE} down
+ ${DOCKER_COMPOSE} down --remove-orphans
.PHONY: logs
logs: