From f9ec5fe4d4080a52fbfe47c9792aca67bf03e1f1 Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Sun, 10 Jan 2021 14:45:13 +0100 Subject: [PATCH] :rocket: repush procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..74d92ae --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn autoapp:app -b 0.0.0.0:$PORT -w 3 \ No newline at end of file