From 668c833755eda33a28803728e3f424def18bb1b5 Mon Sep 17 00:00:00 2001 From: Sudip Bhattarai Date: Mon, 2 Feb 2026 22:01:12 +0545 Subject: [PATCH] Fix template path in Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 094beb1..27e5736 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,7 @@ ENV LETSENCRYPT_API=${LETSENCRYPT_API} \ NGINX_WORKER_PROCESSES=auto \ NGINX_WORKER_CONNECTIONS=65535 \ SSL_DIR=/etc/nginx/ssl \ - DEFAULT_HOST=true + DEFAULT_HOST=true \ + VHOSTS_TEMPLATE_DIR=/app/vhosts_template WORKDIR /app COPY . /app/ \ No newline at end of file