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

Join commands and try again

parent d2beb518
No related branches found
No related tags found
No related merge requests found
Pipeline #2480 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