Skip to content

Commit

Permalink
Remove uvicorn reload option
Browse files Browse the repository at this point in the history
  • Loading branch information
GearKite committed Mar 6, 2024
1 parent 2d2a144 commit 9b7ebea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

uvicorn src.api:app --host 0.0.0.0 --port 8001 --reload
uvicorn src.api:app --host 0.0.0.0 --port 8001

0 comments on commit 9b7ebea

Please sign in to comment.