mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-20 10:25:38 +00:00
7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
# 生产镜像,仅包含应用代码
|
|
FROM ghcr.io/xinnan-tech/xiaozhi-esp32-server:server-base
|
|
|
|
COPY main/xiaozhi-server .
|
|
|
|
# 启动应用
|
|
CMD ["python", "app.py"] |