Fix docker config bug (#220)

* fixed:兼容旧版本docker

* update:增加前端设计图

* update:dockerfile

* fix:修复新版docker目录不对bug

* fix: 修复docker快速启动方式中无法读取配置的问题 #207 (#219)

Co-authored-by: 欣南科技 <huangrongzhuang@xin-nan.com>

---------

Co-authored-by: hrz <1710360675@qq.com>
Co-authored-by: yanyige <232218719@qq.com>
This commit is contained in:
欣南科技
2025-03-06 13:12:32 +08:00
committed by GitHub
co-authored by hrz yanyige
parent 2676331804
commit 1f722477ce
3 changed files with 3 additions and 54 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# 第一阶段:构建 Python 依赖
FROM kalicyh/poetry:v3.10_xiaozhi AS builder
WORKDIR /app
WORKDIR /opt/xiaozhi-esp32-server
# 同时拷贝本地环境.venv
COPY . .