Spaces:
Build error
Build error
Update Dockerfile
Browse filesupdate:replace CMD
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -24,4 +24,4 @@ EXPOSE 8000
|
|
| 24 |
|
| 25 |
# 启动 FastAPI 服务
|
| 26 |
ENTRYPOINT ["conda", "run", "--no-capture-output", "-n", "fastapi"]
|
| 27 |
-
CMD ["python3", "-m", "mindsearch.app", "--
|
|
|
|
| 24 |
|
| 25 |
# 启动 FastAPI 服务
|
| 26 |
ENTRYPOINT ["conda", "run", "--no-capture-output", "-n", "fastapi"]
|
| 27 |
+
CMD ["python3", "-m", "mindsearch.app", "--asy", "--host", "0.0.0.0", "--port", "8002"]
|