movieclub/start.sh

4 lines
133 B
Bash
Executable File

poetry run ./manage.py migrate
poetry run ./manage.py collectstatic -c --no-input
poetry run gunicorn movieclub.wsgi -b 0.0.0.0:8000