From df6df603ac34c41c9da05b0255a05faf3fbfc60d Mon Sep 17 00:00:00 2001 From: Davor Runje Date: Tue, 12 Nov 2024 14:54:51 +0100 Subject: [PATCH] add run_mesop_locally.sh script (#36) --- {{cookiecutter.project_slug}}/scripts/run_mesop_locally.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 {{cookiecutter.project_slug}}/scripts/run_mesop_locally.sh diff --git a/{{cookiecutter.project_slug}}/scripts/run_mesop_locally.sh b/{{cookiecutter.project_slug}}/scripts/run_mesop_locally.sh new file mode 100755 index 0000000..414ba6f --- /dev/null +++ b/{{cookiecutter.project_slug}}/scripts/run_mesop_locally.sh @@ -0,0 +1 @@ +gunicorn {{cookiecutter.project_slug}}.local.main_mesop:app