circulartext commited on
Commit
60264d8
1 Parent(s): b14a9ba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,4 +37,4 @@ USER user
37
  ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
38
 
39
  # Specify the command to run your application
40
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--reload"]
 
37
  ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
38
 
39
  # Specify the command to run your application
40
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]