mindspark121 commited on
Commit
4adb072
·
verified ·
1 Parent(s): 33817ec

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ COPY . .
17
  EXPOSE 8000
18
 
19
  # Command to run FastAPI app
20
- CMD ["uvicorn", "Deepseek_Diagnosis_Fix:app", "--host", "0.0.0.0", "--port", "8000"]
 
17
  EXPOSE 8000
18
 
19
  # Command to run FastAPI app
20
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]