From 7d117d5544b3fde43a49bf56cfdd6c980b65be26 Mon Sep 17 00:00:00 2001 From: Trey t Date: Mon, 26 Jun 2023 13:23:46 -0500 Subject: [PATCH] WIP --- misc/dokku/Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/dokku/Procfile b/misc/dokku/Procfile index 355c958..6d4abbc 100644 --- a/misc/dokku/Procfile +++ b/misc/dokku/Procfile @@ -1,3 +1,3 @@ -web: gunicorn werkout.wsgi:application --port 5000 --bind 0.0.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