diff --git a/Dockerfile b/Dockerfile
index 6169324c5787f1309f2296107df4cdd132316f3b..cca5a45d08d54f6d4054069effc9288789a4a461 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"]