dotfiles/codetemplates/django/basic/Procfile

2 lines
56 B
Text
Raw Normal View History

web: python manage.py run_gunicorn -w4 -b 0.0.0.0:$PORT