Noursine commited on
Commit
4a73fa3
·
verified ·
1 Parent(s): 44faaa6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ RUN pip install -r requirements.txt
20
  RUN pip install 'git+https://github.com/facebookresearch/detectron2.git'
21
  EXPOSE 7860
22
 
23
- CMD ["uvicorn", "meaw:app", "--host", "0.0.0.0", "--port", "7860"]
 
20
  RUN pip install 'git+https://github.com/facebookresearch/detectron2.git'
21
  EXPOSE 7860
22
 
23
+ CMD ["uvicorn", "app3:app", "--host", "0.0.0.0", "--port", "7860"]