bundesdata_web_app/app/django-entrypoint.sh
2020-07-30 09:50:35 +02:00

5 lines
169 B
Bash
Executable File

#!/bin/bash
python manage.py collectstatic --noinput
python manage.py makemigrations --noinput
python manage.py migrate --noinput
python manage.py runserver 0.0.0.0:8000