1
Fork 0
theorangeone.net-legacy/etc/environments/development/procfile

3 lines
87 B
Text

web: manage.py runserver 0.0.0.0:$PORT
watcher: npm run watch
worker: manage.py worker