Fix port in SITEURL
All checks were successful
Build / build (push) Successful in 52s

This commit is contained in:
Frederik Ring 2023-09-02 21:35:52 +02:00
parent 024cf6c1d8
commit 4c93199fa2

View File

@ -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: