From 66ebf26aae7f7e3c4ab7ffb85b0b9f2ae87ab2fb Mon Sep 17 00:00:00 2001 From: crybabbby Date: Thu, 14 May 2026 21:35:05 +0300 Subject: [PATCH] Add Procfile to specify start command --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..2e35818 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: python app.py