diff --git a/Makefile b/Makefile index b6b5b04b4..4afb02c10 100644 --- a/Makefile +++ b/Makefile @@ -258,6 +258,7 @@ endif export DEV_PORT_HTTP=`cat $(CONTAINER_FILE) | grep 'DEV_PORT_HTTP=' | sed 's/DEV_PORT_HTTP=//'`; \ export DEV_PORT_HTTPS=`cat $(CONTAINER_FILE) | grep 'DEV_PORT_HTTPS=' | sed 's/DEV_PORT_HTTPS=//'`; \ export HOST=`hostname -s` ; \ + export PORT=$${PORT:-$${DEV_PORT_HTTP}} ; \ export DETAILED_LOGGING=$${DETAILED_LOGGING:-true} ; \ export LOG_ALL=$${LOG_ALL:-false} ; \ export LOGLEVEL=$${LOGLEVEL:-info} ; \ diff --git a/package.yaml b/package.yaml index ec3c48e85..4a0878724 100644 --- a/package.yaml +++ b/package.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Sarah Vaupel +# SPDX-FileCopyrightText: 2023-2024 Sarah Vaupel # # SPDX-License-Identifier: AGPL-3.0-or-later