Skip to content

Commit

Permalink
Add univorn for non-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jgainerdewar committed Dec 12, 2024
1 parent 8219ab3 commit 841d229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/cromwell/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ RUN rm -rf jm_utils

# Missing required arguments -b PORT, -e ... which must be provided by the
# docker image user.
ENTRYPOINT ["gunicorn", "jobs:run()"]
ENTRYPOINT ["gunicorn", "-k uvicorn.workers.UvicornWorker", "jobs:run()"]

0 comments on commit 841d229

Please sign in to comment.