Files
xiaozhi-esp32-server/Dockerfile-server
T

7 lines
165 B
Plaintext
Raw Normal View History

# 生产镜像,仅包含应用代码
FROM ghcr.io/xinnan-tech/xiaozhi-esp32-server:server-base
2025-03-06 10:55:01 +08:00
2025-03-08 21:11:30 +08:00
COPY main/xiaozhi-server .
2025-03-06 10:55:01 +08:00
# 启动应用
CMD ["python", "app.py"]