Yarik commited on
Commit
ada7ae3
1 Parent(s): baf4a9a

Update space

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -3,6 +3,5 @@ WORKDIR $HOME/app
3
  COPY . .
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"]
 
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"]