diff --git a/.copilot/image_build_run.sh b/.copilot/image_build_run.sh index 59f28bf..4593c95 100755 --- a/.copilot/image_build_run.sh +++ b/.copilot/image_build_run.sh @@ -8,4 +8,4 @@ export BUILD_STEP='True' export COPILOT_ENVIRONMENT_NAME='build' export DJANGO_SETTINGS_MODULE="fbr.settings" -poetry run python manage.py collectstatic --noinput +python manage.py collectstatic --noinput