Noursine commited on
Commit
ebe935c
·
1 Parent(s): 667631f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,4 +37,4 @@ RUN python -m pip install -e /app/detectron2
37
  EXPOSE 7860
38
 
39
  # Start FastAPI app
40
- CMD ["uvicorn", "main2:app", "--host", "0.0.0.0", "--port", "7860"]
 
37
  EXPOSE 7860
38
 
39
  # Start FastAPI app
40
+ CMD ["uvicorn", "main3:app", "--host", "0.0.0.0", "--port", "7860"]