From 18cc0d4b7cec2382e00093374245844cad999572 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Tue, 24 Dec 2024 01:00:30 +1100 Subject: [PATCH] Add Procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..6730bb6 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn "app:create_app()" \ No newline at end of file