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

Update scheduler/Dockerfile

parent f6cf6614
No related branches found
No related tags found
No related merge requests found
Pipeline #902758 failed
...@@ -18,5 +18,8 @@ WORKDIR /app ...@@ -18,5 +18,8 @@ WORKDIR /app
RUN pip install . RUN pip install .
EXPOSE 5000 #EXPOSE 5000
CMD ["scheduler", "run"] #CMD ["scheduler", "run"]
Gunicorn Server
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