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 7b5a14d commit 2070023
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,7 +1,7 @@
#!/usr/bin/env bash

# Exit early if something goes wrong
set -e
# Exit early if something goes wrong and
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')
Expand Down

0 comments on commit 2070023

Please sign in to comment.