diff --git a/build.sh b/build.sh index 75845d69..a899768e 100755 --- a/build.sh +++ b/build.sh @@ -30,7 +30,8 @@ on_exit() { } trap on_exit EXIT - +# as executable bit will be inherited to the docker image we explicitly set executable bit on scripts +chmod start-entrypoint.d/* before-migrate-entrypoint.de/* cp -r ${VERSION}/. ${TMP}/ cp -r bin/ ${TMP} cp -rT common/ ${TMP}