diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..11bcc81 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn httpbin:app -b "0.0.0.0:$PORT" -w 3 \ No newline at end of file