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