diff --git a/Dockerfile b/Dockerfile index 0c49d685e15f0ee0ced26dd2784587cce658d0e9..5e3f1d645056eaa591ebb2cb208ff638648c5ed6 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 ["sh", "-c", "poetry", "run", "gunicorn", "-b", "0.0.0.0:8000", "-w", "$(nproc)", "steering.wsgi"] +CMD ["poetry", "run", "gunicorn", "-b", "0.0.0.0:8000", "steering.wsgi"]