diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-09 10:48:41 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-09 10:48:41 -0600 |
| commit | c58a2f0bc881a82d3ca7d82aa975fba11afe9efd (patch) | |
| tree | 7f85f86382d2a450987b389b6b6e47d755d2a3bb | |
| parent | 2ca2445a2b24e192a7594c1b85f7e86f0be031b1 (diff) | |
chore: remove trailing slash
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
