fix(config): makefile used old .yml format instead of .yaml
All checks were successful
Update Child Repos / update (push) Successful in 13s

This commit is contained in:
2026-06-03 12:01:40 +02:00
parent 068b543bdd
commit 4c68eda441

View File

@@ -53,5 +53,5 @@ dockerrun:
--tty \ --tty \
--interactive \ --interactive \
--publish $${CONTAINER_IP}:$${CONTAINER_PORT}:80 \ --publish $${CONTAINER_IP}:$${CONTAINER_PORT}:80 \
--volume $(shell pwd)/config.yml:/config.yml \ --volume $(shell pwd)/config.yaml:/config.yaml \
$${CONTAINER_ORG}/$${CONTAINER_IMAGE}:latest $${CONTAINER_ORG}/$${CONTAINER_IMAGE}:latest