Skip to content

Commit

Permalink
fix: increase worker
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampouille committed Nov 4, 2024
1 parent 1bc2bbb commit 90012d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m03_developer/monolith/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ RUN pip install -r requirements.txt
COPY . .

EXPOSE 8000
ENTRYPOINT ["gunicorn", "--bind=0.0.0.0"]
ENTRYPOINT ["gunicorn", "-w", "4", "--bind=0.0.0.0"]
CMD ["app:app"]

0 comments on commit 90012d1

Please sign in to comment.