Donmill commited on
Commit
680adfc
·
verified ·
1 Parent(s): 30adbe1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -10,5 +10,4 @@ COPY static ./static
10
 
11
  EXPOSE 7860
12
 
13
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7
14
- 860"]
 
10
 
11
  EXPOSE 7860
12
 
13
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]