Skip to content

Commit

Permalink
Merge pull request #1837 from HHS/devops-chris-patch-2
Browse files Browse the repository at this point in the history
Update Dockerfile.ops-api
  • Loading branch information
devops-chris authored Dec 28, 2023
2 parents 1231483 + 79ed595 commit e12eb2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Dockerfile.ops-api
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ ENV FLASK_DEBUG=true
## This is to attempt fixing the worker issues
CMD ["python", "-m", "gunicorn", "--timeout", "1000", "--workers", "1", "--threads", "4", "-b", ":8080", "ops_api.ops:create_app()"]
## --timeout 1000 --workers 1 --threads 4
#

0 comments on commit e12eb2f

Please sign in to comment.