Skip to content
Snippets Groups Projects
Commit 54455e59 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Revert "Join commands and try again"

This reverts commit c8dd9233.
parent c8dd9233
No related branches found
No related tags found
No related merge requests found
Pipeline #2481 passed
......@@ -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"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment