From 4c93199fa2e5555a8f38b5adaa2bc6cdbdc4b09f Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Sat, 2 Sep 2023 21:35:52 +0200 Subject: [PATCH] Fix port in SITEURL --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: