mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 14:50:17 +00:00
1 line
71 B
Plaintext
1 line
71 B
Plaintext
web: gunicorn httpbin:app -b "0.0.0.0:$PORT" -w 16 -t 3 --name httpbin |