workers--

pull/1/head
Julius 2020-09-13 22:30:42 +02:00
parent 67f84d5981
commit b1e3be64a0
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ WORKDIR /app
EXPOSE 8000
CMD ["gunicorn", "-w 4", "-b 0.0.0.0", "app:app"]
CMD ["gunicorn", "-w 1", "-b 0.0.0.0", "app:app"]