From b27b6be4e7dbb11c6b5a5f072a09be3b43e42747 Mon Sep 17 00:00:00 2001 From: "Dra. Paiton" <63127299+drapaiton@users.noreply.github.com> Date: Thu, 27 Aug 2020 00:19:09 -0500 Subject: [PATCH] Rename PROCFILE to Procfile --- PROCFILE | 1 - Procfile | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 PROCFILE create mode 100644 Procfile diff --git a/PROCFILE b/PROCFILE deleted file mode 100644 index dc46f1b..0000000 --- a/PROCFILE +++ /dev/null @@ -1 +0,0 @@ -web: gunicorn main:app \ No newline at end of file diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..1945201 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn main:app