Skip to content

Commit

Permalink
chore: Disable reload for uvicorn in production
Browse files Browse the repository at this point in the history
  • Loading branch information
nellh committed Sep 5, 2024
1 parent 6b1f049 commit 76e44d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/datalad/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ HEALTHCHECK --interval=5s --timeout=30s --start-period=10s --retries=10 CMD [ "c

ENV NODE_OPTIONS="--max-old-space-size=8192"
ENV LOCPATH=""
CMD ["uvicorn", "--host", "0.0.0.0", "--port", "80", "--reload", "--factory", "datalad_service.app:create_app", "--workers", "8", "--timeout-keep-alive", "30"]
CMD ["uvicorn", "--host", "0.0.0.0", "--port", "80", "--factory", "datalad_service.app:create_app", "--workers", "8", "--timeout-keep-alive", "30"]

0 comments on commit 76e44d5

Please sign in to comment.