Skip to content

Commit ed6d63b

Browse files
committed
Add umask setting to docker start
1 parent 3dd2014 commit ed6d63b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rel/overlays/bin/docker_start

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ if [ $? -ne 0 ]; then
66
exit 1
77
fi
88

9+
umask 000
10+
911
/app/bin/migrate
1012

1113
cd -P -- "$(dirname -- "$0")"

0 commit comments

Comments
 (0)