Noursine commited on
Commit
3e1d941
·
verified ·
1 Parent(s): c8012ad

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,4 +31,4 @@ RUN pip install 'git+https://github.com/facebookresearch/detectron2.git'
31
  EXPOSE 7860
32
 
33
  # Start the app
34
- CMD ["uvicorn", "meaw:app", "--host", "0.0.0.0", "--port", "7960"]
 
31
  EXPOSE 7860
32
 
33
  # Start the app
34
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7960"]