set umask in entrypoint
This commit is contained in:
parent
7942e9edbe
commit
5e92352b0a
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
umask 002
|
||||
|
||||
# wait shortly and then run db migrations (retry on error)
|
||||
while ! ./manage.py migrate 2>&1; do
|
||||
|
Loading…
Reference in New Issue
Block a user