From 1e91722794e2c5e888082cf2bf1dcc45a5a20930 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 10 Nov 2022 17:46:38 +0100 Subject: [PATCH] Fix run command --- docker/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/run.sh b/docker/run.sh index a25776d..6203d74 100755 --- a/docker/run.sh +++ b/docker/run.sh @@ -1,4 +1,4 @@ #!/bin/bash set -eux python manage.py migrate --noinput -gunicorn blog.wsgi -b 0.0.0.0:8000 --log-file - +gunicorn charasheet.wsgi -b 0.0.0.0:8000 --log-file -