diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-12 14:04:10 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-12 14:04:10 -0600 |
| commit | cb7ea2cb7b573e8c15bee54e698c60dc657d374f (patch) | |
| tree | 2b0e38a674e945537e09d621267ea59578122dd0 | |
| parent | f0e105d29deff56862abde9b6173eb667b32e46d (diff) | |
chore: update Makefile to use init script to run both sparkle and envoy
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
