set umask in entrypoint
This commit is contained in:
parent
7942e9edbe
commit
5e92352b0a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue