diff --git a/.copilot/image_build_run.sh b/.copilot/image_build_run.sh index a15c3854..c7160312 100755 --- a/.copilot/image_build_run.sh +++ b/.copilot/image_build_run.sh @@ -1,9 +1,9 @@ #!/usr/bin/env bash -# Exit early if something goes wrong and +# Exit early if something goes wrong set -ex # Add commands below to run inside the container after all the other buildpacks have been applied -export $(grep -v '^#' .env | xargs -d '\n') +export $(grep -v '^#' .env.ci | xargs -d '\n') python manage.py collectstatic --noinput