From 928bc886099687c4791ea52235ed2ce411824a2d Mon Sep 17 00:00:00 2001 From: jon r Date: Sat, 7 Sep 2024 15:01:48 +0200 Subject: [PATCH] chore(scripts): compile template into updated location --- scripts/compile-templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/compile-templates.py b/scripts/compile-templates.py index 596e7bb70..74fcf20dc 100644 --- a/scripts/compile-templates.py +++ b/scripts/compile-templates.py @@ -7,7 +7,7 @@ env = Environment( files = [ { - "output": "docker/nginx/conf.dev", + "output": "docker/etc/nginx/conf.dev", "config": {"proxy_frontend": True, "inside_docker": True}, }, {