Skip to content

Commit

Permalink
Merge branch 'master' of github.com:RocketPy-Team/Infinity-API
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBarberini committed Jan 28, 2024
2 parents 2514e28 + 9199920 commit 155d20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ RUN apt-get update && \

COPY ./lib /app/lib

CMD ["gunicorn", "-w 2", "-k", "uvicorn.workers.UvicornWorker", "lib:app", "--log-level", "Debug", "-b", "0.0.0.0:3000", "--timeout", "120"]
CMD ["gunicorn", "-w 1", "-k", "uvicorn.workers.UvicornWorker", "lib:app", "--log-level", "Debug", "-b", "0.0.0.0:3000", "--timeout", "120"]

0 comments on commit 155d20b

Please sign in to comment.