Skip to content
Snippets Groups Projects
Commit d5fbff3a authored by Max Lou's avatar Max Lou
Browse files

Update scheduler/Dockerfile

parent a4363178
No related branches found
No related tags found
No related merge requests found
Pipeline #902768 failed
...@@ -29,5 +29,5 @@ RUN pip install . ...@@ -29,5 +29,5 @@ RUN pip install .
ENV VIRTUAL_ENV /env ENV VIRTUAL_ENV /env
ENV PATH /env/bin:$PATH ENV PATH /env/bin:$PATH
Gunicorn Server #Gunicorn Server
CMD ["gunicorn", "--bind", ":5000", "--workers", "3", "scheduler.wsgi"] CMD ["gunicorn", "--bind", ":5000", "--workers", "3", "scheduler.wsgi"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment