izaheeerr commited on
Commit
d37ef54
·
verified ·
1 Parent(s): 2db366e

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +2 -0
entrypoint.sh CHANGED
@@ -1,3 +1,5 @@
 
 
1
  python manage.py migrate --noinput
2
 
3
  if [ "$DJANGO_SUPERUSER_USERNAME" ]; then
 
1
+ #!/bin/bash
2
+
3
  python manage.py migrate --noinput
4
 
5
  if [ "$DJANGO_SUPERUSER_USERNAME" ]; then