From 63743ad95829b80aa181c6aa880337ba223753a0 Mon Sep 17 00:00:00 2001 From: almouse Date: Tue, 11 Jul 2023 23:34:41 +0000 Subject: [PATCH] Add chmod to entry point --- entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) 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 $*