From f07e1c0358bba1207f48a3fddba3fbed5b4c5300 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 21 Jan 2024 21:58:45 +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 }