diff --git a/Makefile b/Makefile index fe85603..a4df288 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ update: website/requirements.txt @docker compose run --rm website pip install --user -r requirements.txt @echo "Successfully built containers and installed dependencies." -SITEURL ?= http://localhost:6000 +SITEURL ?= http://localhost:9001 .PHONY: build build: