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 2070023 commit c44a20b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .copilot/image_build_run.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c44a20b

Please sign in to comment.