Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDudley committed Dec 9, 2024
1 parent 48dc33e commit 7b5a14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .copilot/image_build_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
set -e

# Add commands below to run inside the container after all the other buildpacks have been applied
export "$(grep -v '^#' .env.ci | xargs)"
export $(grep -v '^#' .env | xargs -d '\n')

python manage.py collectstatic --noinput

0 comments on commit 7b5a14d

Please sign in to comment.