From f8e4a76eb39d33e6f676e203675287f0f63c070e Mon Sep 17 00:00:00 2001 From: Glenn Date: Wed, 21 Sep 2022 14:54:21 +0200 Subject: [PATCH] Add procfile --- Procfile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..1ed5074 --- /dev/null +++ b/Procfile @@ -0,0 +1,3 @@ +web: /usr/local/bin/apache2-foreground +cron: /usr/local/bin/cron.sh +queue: /usr/local/bin/queue.sh