bundesdata_web_app/app/django-entrypoint.sh

7 lines
141 B
Bash
Raw Permalink Normal View History

2019-09-06 10:34:32 +00:00
#!/bin/bash
python manage.py collectstatic --noinput
python manage.py makemigrations --noinput
python manage.py migrate --noinput
2020-12-04 14:55:11 +00:00
exec "$@"