From 54455e59d8fa569dbc476b1c79e7fb38f776b204 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Mon, 26 Sep 2022 21:19:39 -0400 Subject: [PATCH] Revert "Join commands and try again" This reverts commit c8dd9233ee65c23c744cbf5e00d71c2a972ae79d. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6169324c..cca5a45d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,4 +23,4 @@ CMD ["poetry", "run", "python", "manage.py", "runserver", "0.0.0.0:8000"] FROM base AS prod COPY . . -CMD ["poetry", "run", "gunicorn -b 0.0.0.0:8000 -w $(nproc) steering.wsgi"] +CMD ["poetry", "run", "gunicorn", "-b", "0.0.0.0:8000", "-w", "$(nproc)", "steering.wsgi"] -- GitLab