summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-04-14 13:30:19 -0600
committermo khan <mo@mokhan.ca>2025-04-14 13:30:19 -0600
commite5f477e4324b3ae2d8b8df1eeefc59d1d70a6098 (patch)
tree6b988767151211c54ca4decdd23ebb9ea27c64b1 /Makefile
parent37ba0e25b1760778d1edda25b84ff43023670eae (diff)
chore: bind to port 8080 by default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e63bbf..2d84a7d 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ run: build
BIND_ADDR=:8080 ./sparkled
run-image: build-image
- @docker run -it $(IMAGE_TAG)
+ @docker run -p 8080:8080 -it $(IMAGE_TAG)
sh-image: build-builder-image
@docker run -it $(IMAGE_TAG) /bin/sh