diff --git a/entrypoint.sh b/entrypoint.sh index baacc87..8c73b25 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,5 +6,8 @@ set -x # Stop executing after error set -e +# Change permissions +chmod -R a+w ./ + # Run command $*