Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Feb 8, 2023
1 parent 52d8fe9 commit 4e08925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ env >> /etc/environment

set -x

mv -n /app/template/config /app/compiler-explorer/etc
mv -f /app/template/config /app/compiler-explorer/etc

source /app/install-compilers.sh

source /app/install-libraries.sh

source /app/build-enzyme.sh

exec "$@"
exec "$@"

0 comments on commit 4e08925

Please sign in to comment.