fixed:更新基础docker环境地址 (#139)

Co-authored-by: hrz <1710360675@qq.com>
This commit is contained in:
欣南科技
2025-02-25 21:11:06 +08:00
committed by GitHub
co-authored by hrz
parent 94a90c4124
commit 5fd87752d5
+1 -1
View File
@@ -117,7 +117,7 @@ docker run -it --name xiaozhi-env --restart always --security-opt seccomp:unconf
-p 8000:8000 \
-p 8002:8002 \
-v ./:/app \
ccr.ccs.tencentyun.com/kalicyh/poetry:v3.10_latest
kalicyh/poetry:v3.10_xiaozhi
```
然后就和正常开发一样了