2 lines
107 B
Plaintext
2 lines
107 B
Plaintext
|
|
release: python manage.py migrate
|
||
|
|
web: gunicorn myproject.wsgi:application --bind 0.0.0.0:$PORT --workers 3
|