Spaces:
Sleeping
Sleeping
Update entrypoint.sh
Browse files- 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
|