Skip to content

Commit

Permalink
Update Dockerfile.ops-api
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-chris authored Dec 27, 2023
1 parent 67f865f commit d37f0f3
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 d37f0f3

Please sign in to comment.