DOCKER_REGISTRY_URL --env
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-22 17:37:05 +01:00
parent e9597802b6
commit e0c4065824

View File

@@ -975,6 +975,7 @@ start_framework_scheduler() {
--env WEBSERVER_PORT=$WEBSERVER_PORT \
--network $FRAMEWORK_SCHEDULER_NETWORK \
--env RUN_FORCE=$RUN_FORCE \
--env DOCKER_REGISTRY_URL=$DOCKER_REGISTRY_URL \
$DOCKER_START"
eval "$DOCKER_RUN"