summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-09 10:48:41 -0600
committermo khan <mo@mokhan.ca>2025-05-09 10:48:41 -0600
commitc58a2f0bc881a82d3ca7d82aa975fba11afe9efd (patch)
tree7f85f86382d2a450987b389b6b6e47d755d2a3bb
parent2ca2445a2b24e192a7594c1b85f7e86f0be031b1 (diff)
chore: remove trailing slash
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f4fd91b..a132cfd 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ run: clean build
@godotenv -f .env.local,.env ./sparkled
run-image: build-image
- @docker run --rm --network host --env-file .env.local -p 10000:10000 -p 9901:9901 -p 8080:8080 -it $(IMAGE_TAG); \
+ @docker run --rm --network host --env-file .env.local -p 10000:10000 -p 9901:9901 -p 8080:8080 -it $(IMAGE_TAG)
sh-image: build-builder-image
@docker run --rm -it $(IMAGE_TAG) /bin/sh