tensorus commited on
Commit
c953da6
·
verified ·
1 Parent(s): ff773e8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,5 +10,5 @@ RUN apt-get update && \
10
 
11
  EXPOSE 7860
12
 
13
- CMD ["./start.sh"]
14
 
 
10
 
11
  EXPOSE 7860
12
 
13
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
14