workout/bash/run-prod.sh
2018-03-04 10:56:35 +01:00

2 lines
175 B
Bash

#!/bin/sh
yes yes | pipenv run python manage.py migrate && pipenv run python manage.py collectstatic --noinput && pipenv run gunicorn workout.wsgi -b 0.0.0.0:8000 --log-file -