summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-12 14:04:10 -0600
committermo khan <mo@mokhan.ca>2025-05-12 14:04:10 -0600
commitcb7ea2cb7b573e8c15bee54e698c60dc657d374f (patch)
tree2b0e38a674e945537e09d621267ea59578122dd0 /Makefile
parentf0e105d29deff56862abde9b6173eb667b32e46d (diff)
chore: update Makefile to use init script to run both sparkle and envoy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f6b9c4..a2b982b 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ build-builder-image:
@docker build --target build --tag $(IMAGE_TAG) .
run: clean build
- @godotenv -f .env.local,.env ./bin/sparkled
+ @godotenv -f .env.local,.env ./bin/init.sh
run-image: clean build-image
@docker run --rm --network host --env-file .env.local -p 10000:10000 -p 9901:9901 -p 8080:8080 -it $(IMAGE_TAG)