9 lines
267 B
Bash
Executable File
9 lines
267 B
Bash
Executable File
#!/bin/bash
|
|
pip install -r requirements.txt
|
|
|
|
python manage.py makemigrations
|
|
python manage.py migrate
|
|
|
|
DJANGO_SUPERUSER_PASSWORD=${ADMIN_PASSWORD} python manage.py createsuperuser --noinput --username admin --email admin@admin.fr
|
|
|
|
supervisord -c /app/supervisord.conf |