From 430868f5f71f6ca3595e874a673a7eed242f4350 Mon Sep 17 00:00:00 2001 From: hikariatama Date: Sat, 28 May 2022 07:47:32 +0000 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..42c9826 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: python3 -m hikka \ No newline at end of file