Skip to content

Commit

Permalink
test build 14
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegGsk committed Sep 30, 2024
1 parent 92f3e71 commit 84d79ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/prod/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ COPY . .

WORKDIR /app/adaptive_hockey_federation

CMD ["gunicorn", "core.wsgi:application", "--bind", "0:8000" ]
CMD ["gunicorn", "core.wsgi:application", "--bind", "0:8000", "--workers", "5"]

0 comments on commit 84d79ad

Please sign in to comment.