Commit eb9adb1e authored by nanahira's avatar nanahira

update gunicorn

parent a218c78c
Pipeline #21614 passed with stages
in 48 seconds
......@@ -6,4 +6,4 @@ RUN pip install -r requirements.txt
COPY ./backend_requests.py ./app.py
COPY . ./
CMD ["gunicorn", "--workers=1", "-b", "0.0.0.0:80", "app:app"]
CMD ["gunicorn", "--workers=2", "--threads=2", "-b", "0.0.0.0:80", "app:app"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment