Merge branch 'master' of ssh://git.kmlabz.com:2222/birbnetes/input-service
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Pünkösd Marcell 2021-08-10 14:16:38 +02:00
commit 98234f0e8a
1 changed files with 1 additions and 1 deletions

View File

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