Add chmod to entry point

This commit is contained in:
2023-07-11 23:34:41 +00:00
parent 664714f95b
commit 63743ad958

View File

@@ -6,5 +6,8 @@ set -x
# Stop executing after error
set -e
# Change permissions
chmod -R a+w ./
# Run command
$*