diff --git a/.copilot/image_build_run.sh b/.copilot/image_build_run.sh index ffabdbfe7..50f8cffc2 100755 --- a/.copilot/image_build_run.sh +++ b/.copilot/image_build_run.sh @@ -10,3 +10,6 @@ cp .env.ci .env # Add commands below to run inside the container after all the other buildpacks have been applied python manage.py collectstatic --noinput + +# Cleanup +rm .env