From 4e089254fafa64aacba442ac414c14c65307a032 Mon Sep 17 00:00:00 2001 From: Tim Gymnich Date: Wed, 8 Feb 2023 00:47:08 -0500 Subject: [PATCH] Update entrypoint.sh --- builder/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/entrypoint.sh b/builder/entrypoint.sh index 9825a79..5620e7f 100755 --- a/builder/entrypoint.sh +++ b/builder/entrypoint.sh @@ -4,7 +4,7 @@ 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 @@ -12,4 +12,4 @@ source /app/install-libraries.sh source /app/build-enzyme.sh -exec "$@" \ No newline at end of file +exec "$@"