We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7942e9e commit 5e92352Copy full SHA for 5e92352
docker/docker-entrypoint.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
set -e
3
+umask 002
4
5
# wait shortly and then run db migrations (retry on error)
6
while ! ./manage.py migrate 2>&1; do
0 commit comments