vitorcalvi commited on
Commit
0b37dcb
·
1 Parent(s): ea59cdd
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -17,4 +17,5 @@ COPY . .
17
  EXPOSE 7860
18
 
19
  # Run the app
20
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
 
17
  EXPOSE 7860
18
 
19
  # Run the app
20
+
21
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]