Skip to content

Commit

Permalink
Add umask setting to docker start
Browse files Browse the repository at this point in the history
  • Loading branch information
kieraneglin committed Jan 21, 2025
1 parent 3dd2014 commit ed6d63b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rel/overlays/bin/docker_start
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ if [ $? -ne 0 ]; then
exit 1
fi

umask 000

/app/bin/migrate

cd -P -- "$(dirname -- "$0")"
Expand Down

0 comments on commit ed6d63b

Please sign in to comment.