circulartext commited on
Commit
9a47843
·
verified ·
1 Parent(s): d55c287

Update Dockerfile

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