Yarik commited on
Commit
baf4a9a
1 Parent(s): 63e306e

Update space

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -4,4 +4,5 @@ COPY . .
4
  RUN pip install -r requirements.txt
5
  VOLUME /data
6
  EXPOSE 23333
7
- CMD ["python", "-m", "apis.chat_api"]
 
 
4
  RUN pip install -r requirements.txt
5
  VOLUME /data
6
  EXPOSE 23333
7
+ CMD ["uvicorn", "apis.chat_api", "--host", "0.0.0.0", "--port", "23333"]
8
+ #CMD ["python", "-m", "apis.chat_api"]