Skip to content

Commit

Permalink
Merge pull request #92 from jbernal0019/master
Browse files Browse the repository at this point in the history
Reduce number of workers
  • Loading branch information
jbernal0019 authored Mar 9, 2021
2 parents 5355f7b + 5cde783 commit 8f896e2
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 @@ -56,4 +56,4 @@ ENTRYPOINT ["gunicorn"]
EXPOSE 5005

# Start pfcon production server
CMD ["-w", "7", "-b", "0.0.0.0:5005", "-t", "7400", "pfcon.wsgi:application"]
CMD ["-w", "5", "-b", "0.0.0.0:5005", "-t", "7400", "pfcon.wsgi:application"]

0 comments on commit 8f896e2

Please sign in to comment.