workers--
This commit is contained in:
parent
67f84d5981
commit
b1e3be64a0
|
@ -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"]
|
Loading…
Reference in a new issue