mybuddy/Procfile.sh

5 lines
100 B
Bash
Raw Normal View History

#!/bin/bash
python manage.py migrate
gunicorn babybuddy.wsgi:application --timeout 30 --log-file -