Noursine commited on
Commit
e26d2c1
·
verified ·
1 Parent(s): 235344a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,4 +34,4 @@ RUN git clone https://github.com/facebookresearch/detectron2.git /app/detectron2
34
  RUN pip install --no-cache-dir -e /app/detectron2
35
 
36
  EXPOSE 7860
37
- CMD ["uvicorn", "main2:app", "--host", "0.0.0.0", "--port", "7860"]
 
34
  RUN pip install --no-cache-dir -e /app/detectron2
35
 
36
  EXPOSE 7860
37
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]