From 512c8160c270310d38ab826c1c28d8bc0da26ad6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 21 Jan 2024 21:58:49 +0000 Subject: [PATCH] Update build configuration files --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run b/run index 89437e2..da6a3ee 100755 --- a/run +++ b/run @@ -75,7 +75,7 @@ function lint:dockerfile { function start { - cp -v --no-clobber .env.example .env + cp -v --no-clobber .env.example .env || true docker compose up -d }