liujiangning30 commited on
Commit
6f1c47d
·
1 Parent(s): 7afe8c6

Update dockerfile (#45)

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ RUN conda create --name fastapi python=3.10 -y && \
23
  EXPOSE 8000
24
 
25
  # 启动 FastAPI 服务
26
- CMD ["conda", "run", "--no-capture-output", "-n", "fastapi", "uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
23
  EXPOSE 8000
24
 
25
  # 启动 FastAPI 服务
26
+ CMD ["conda", "run", "--no-capture-output", "-n", "fastapi", "uvicorn", "mindsearch.app:app", "--host", "0.0.0.0", "--port", "8002"]