summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-04-14 16:10:01 -0600
committermo khan <mo@mokhan.ca>2025-04-14 16:10:01 -0600
commita8c6e1a4aee4a616cd7c73a39e579d7c9b63d720 (patch)
treeae14a445308299be1addc51b1c4377735a9a8f52 /Makefile
parentefc3c293f472a6993ca086fa335daf3719c6922a (diff)
feat: connect the sessions controller into the app
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb84df7..8a66869 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ build-image:
build-builder-image:
@docker build --target build --tag $(IMAGE_TAG) .
-run: build
+run: clean build
BIND_ADDR=:8080 ./sparkled
run-image: build-image