Skip to content

Commit

Permalink
Removes --reload
Browse files Browse the repository at this point in the history
  • Loading branch information
OHSU-MachineUser committed Apr 9, 2021
1 parent 0762a6f commit 2ee4748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ RUN apt update ; apt install -y rsync
HEALTHCHECK --interval=5m --timeout=3s \
CMD curl -f http://localhost/gene || exit 1

CMD pipenv run uvicorn gene.main:app --reload --port 80 --host 0.0.0.0
CMD pipenv run uvicorn gene.main:app --port 80 --host 0.0.0.0

0 comments on commit 2ee4748

Please sign in to comment.