Files
httpbin/Procfile
T
2012-06-09 11:15:54 -04:00

1 line
71 B
Plaintext

web: gunicorn httpbin:app -b "0.0.0.0:$PORT" -w 16 -t 3 --name httpbin