diff --git a/builder/entrypoint.sh b/builder/entrypoint.sh index 69f93e4..16734d5 100755 --- a/builder/entrypoint.sh +++ b/builder/entrypoint.sh @@ -2,7 +2,7 @@ env >> /etc/environment -mv -f /app/template/config /app/compiler-explorer/etc +mv -f /app/template/config/* /app/compiler-explorer/etc/config source /app/install-compilers.sh