Skip to content

Commit

Permalink
Merge pull request #1835 from HHS/devops-chris-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile.ops-api
  • Loading branch information
devops-chris authored Dec 27, 2023
2 parents 67f865f + d37f0f3 commit 209d570
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/Dockerfile.ops-api
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ 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 209d570

Please sign in to comment.