From 502db1ef3b7a9e60c424c837eb86fac81b5d48f2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 21 Jan 2024 21:58:53 +0000 Subject: [PATCH] Update build configuration files --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run b/run index 34ae0cd..4f786ac 100755 --- a/run +++ b/run @@ -84,7 +84,7 @@ function quality { } function start { - cp -v --no-clobber .env.example .env + cp -v --no-clobber .env.example .env || true docker compose up -d }