From a61948d870bd89cbf47f019a49280961c3013b91 Mon Sep 17 00:00:00 2001 From: Kevin Alberts Date: Tue, 23 Jan 2024 15:22:54 +0100 Subject: [PATCH] Update start --- start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/start.sh b/start.sh index a83bc8a..834e94d 100644 --- a/start.sh +++ b/start.sh @@ -2,6 +2,7 @@ # Copy configuration to proper place cp "/config/local.py" "/usr/src/app/davinci/local.py" +cp "/config/credentials.json" "/usr/src/app/credentials.json" # Make sure staticfiles are collected into the static volume python3 manage.py collectstatic --noinput