circulartext commited on
Commit
e6226dd
·
1 Parent(s): c96a0f1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -35,5 +35,5 @@ USER user
35
  ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
36
 
37
  # Default command to run if the user doesn't provide a command
38
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
39
 
 
35
  ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
36
 
37
  # Default command to run if the user doesn't provide a command
38
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860", "--reload"]
39