1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-05-20 11:15:46 +08:00

fix: 修复节假日文件没有打包到 docker 镜像里的问题

This commit is contained in:
涵曦
2025-05-30 07:13:41 +08:00
parent e06b7a6e6c
commit eb28a328ef
2 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ WORKDIR /app
COPY pyproject.toml README.md .
COPY xiaomusic/ ./xiaomusic/
COPY plugins/ ./plugins/
COPY holiday/ ./holiday/
COPY xiaomusic.py .
RUN pdm install --prod --no-editable