From 0f8a44347626f2c4ae7024bb97b66b93e580ad01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=94=E5=90=AC=E9=A3=8E=E5=90=9F?= Date: Mon, 21 Mar 2022 23:53:19 +0800 Subject: [PATCH] Update docker_start.sh --- bin/docker_start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/docker_start.sh b/bin/docker_start.sh index 911bbee..4cd9d0c 100644 --- a/bin/docker_start.sh +++ b/bin/docker_start.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash NAME="djangoblog" # Name of the application -DJANGODIR=/code/djangoBlog # Django project directory +DJANGODIR=/code/djangoblog # Django project directory USER=root # the user to run as GROUP=root # the group to run as NUM_WORKERS=1 # how many worker processes should Gunicorn spawn @@ -31,4 +31,4 @@ exec gunicorn ${DJANGO_WSGI_MODULE}:application \ --log-level=debug \ --log-file=- \ --worker-class gevent \ ---threads 4 \ No newline at end of file +--threads 4