From 0bd68f4f8c8941652ce3e9da4f4dd52d37f2d288 Mon Sep 17 00:00:00 2001 From: Trey t Date: Mon, 26 Jun 2023 13:38:53 -0500 Subject: [PATCH] WIP --- misc/dokku/Procfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/misc/dokku/Procfile b/misc/dokku/Procfile index 6d4abbc..e69de29 100644 --- a/misc/dokku/Procfile +++ b/misc/dokku/Procfile @@ -1,3 +0,0 @@ -web: gunicorn werkout_api.wsgi:application --port 5000 --bind 0.0.0.0 -beat: /usr/local/bin/celery -A werkout_api beat -linfo -worker: /usr/local/bin/celery-A werkout_api worker -l info \ No newline at end of file