diff options
| author | mo khan <mo@mokhan.ca> | 2025-04-14 16:10:01 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-04-14 16:10:01 -0600 |
| commit | a8c6e1a4aee4a616cd7c73a39e579d7c9b63d720 (patch) | |
| tree | ae14a445308299be1addc51b1c4377735a9a8f52 /Makefile | |
| parent | efc3c293f472a6993ca086fa335daf3719c6922a (diff) | |
feat: connect the sessions controller into the app
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
