Merge branch 'master' of git.k-space.ee:songmeo/doorboy-proxy

This commit is contained in:
songmeo 2021-04-02 12:17:57 +03:00
commit e38e753eea
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ COPY requirements.txt ./
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
COPY *.py ./ COPY *.py ./
CMD ["gunicorn", "--workers", "10", "--bind", "[::]:5000", "main:app", "--timeout", "90"] CMD ["gunicorn", "--worker-class", "sanic.worker.GunicornWorker", "--workers", "10", "--bind", "[::]:5000", "main:app", "--timeout", "90"]