Yarik commited on
Commit
50512c5
1 Parent(s): ada7ae3

Update space

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