kltn20133118 commited on
Commit
9b53592
·
verified ·
1 Parent(s): 10a3b81

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,4 +29,4 @@ COPY . .
29
 
30
  EXPOSE 7860
31
 
32
- CMD ["uvicorn", "main:app", "--host","0.0.0.0""--port", "7860"]
 
29
 
30
  EXPOSE 7860
31
 
32
+ CMD ["uvicorn", "main:app", "--host","0.0.0.0","--port", "7860"]