From 6930922749bb8f35858d0e93391ee8331926107a Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 21 Sep 2020 23:20:29 +0300 Subject: Add heroku Procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile (limited to 'Procfile') diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..047d0ff --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: uvicorn iss:app --port=${PORT} -- cgit v1.3.1