From a5c0088b04938b1aca17eb0a116b0272f40e83a0 Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Wed, 3 Jun 2026 10:01:53 +0000 Subject: [PATCH] Template updates (commit: 4c68eda) --- 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