bundesdata_web_app/app/django-entrypoint.sh
2019-06-26 09:49:54 +02:00

7 lines
144 B
Bash
Executable File

#!/bin/bash -x
python manage.py collectstatic --noinput
python manage.py makemigrations --noinput
python manage.py migrate --noinput
exec "$@"