throw out marshmallow
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-03-31 16:51:31 +02:00
parent fefbb63f67
commit 479ca0f44d
10 changed files with 102 additions and 75 deletions

View File

@ -16,4 +16,4 @@ COPY ./src .
EXPOSE 8080
ENTRYPOINT ["gunicorn", "-b", "0.0.0.0:8080", "--workers", "1", "--threads", "8", "app:app"]
ENTRYPOINT ["gunicorn", "-b", "0.0.0.0:8080", "--workers", "1", "--threads", "1", "app:app"]