From 3928cc5d5f4e5e33a3c9cf6862757c8229967cca Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Tue, 7 Jan 2025 13:49:33 +1100 Subject: [PATCH] fix: Create missing dir --- nixpacks.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixpacks.json b/nixpacks.json index 2bdf687..c73dd57 100644 --- a/nixpacks.json +++ b/nixpacks.json @@ -18,7 +18,8 @@ "setup" ], "cmds": [ - "mkdir -p /var/log/apache2 && mkdir -p /var/cache/apache2" + "mkdir -p /var/log/apache2 && mkdir -p /var/cache/apache2 && mkdir -p /etc/apache2/sites-available", + "cp /assets/apache.template.conf /etc/apache2/sites-available/000-default.conf" ] }, "setup": {