From 4c68eda441539ae7c811839b8d85fd5a985f2e1a Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Wed, 3 Jun 2026 12:01:40 +0200 Subject: [PATCH] fix(config): makefile used old .yml format instead of .yaml --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 4e13707..84f64fd 100644 --- a/makefile +++ b/makefile @@ -53,5 +53,5 @@ dockerrun: --tty \ --interactive \ --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