unfinity commited on
Commit
c01b5a3
·
1 Parent(s): 883b8b9
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -20,6 +20,4 @@ RUN wget https://github.com/ultralytics/assets/releases/download/v8.2.0/yolov8l-
20
 
21
  COPY . /app
22
 
23
- USER root
24
- EXPOSE 7860
25
- CMD uvicorn test:app --port 7860 --host 0.0.0.0
 
20
 
21
  COPY . /app
22
 
23
+ CMD ["uvicorn", "test:app", "--host", "0.0.0.0", "--port", "7860"]