django-refunds/bash/run-prod.sh
2018-04-02 13:19:25 +02:00

5 lines
170 B
Bash

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