bundesdata_web_app/app/django-entrypoint.sh
2020-12-04 15:55:11 +01:00

7 lines
141 B
Bash
Executable File

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