From 2db80608505d09e2841cb42f5deac26036807d16 Mon Sep 17 00:00:00 2001 From: Paul Wheatcroft <72826129+PaulWheatcroft@users.noreply.github.com> Date: Wed, 24 Jul 2024 17:00:34 +0100 Subject: [PATCH] Update .copilot/image_build_run.sh Co-authored-by: Lawrence <34475808+acodeninja@users.noreply.github.com> --- .copilot/image_build_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.copilot/image_build_run.sh b/.copilot/image_build_run.sh index 03fb3211..b87c0039 100755 --- a/.copilot/image_build_run.sh +++ b/.copilot/image_build_run.sh @@ -6,4 +6,4 @@ set -e # Add commands below to run inside the container after all the other buildpacks have been applied export $(grep -v '^#' .env.ci | xargs) -python manage.py collectstatic --noinput \ No newline at end of file +python manage.py collectstatic --noinput