Add umask setting to docker start
This commit is contained in:
parent
3dd20141e0
commit
ed6d63b0f0
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ if [ $? -ne 0 ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
umask 000
|
||||
|
||||
/app/bin/migrate
|
||||
|
||||
cd -P -- "$(dirname -- "$0")"
|
||||
|
|
|
|||
Loading…
Reference in a new issue