修复文件夹错误展开的问题
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-09-30 02:28:54 +08:00
parent 43d0a09de2
commit be8b1b9999

View File

@ -5,7 +5,7 @@ COPY requirements.txt ./
RUN pip install -r requirements.txt --no-deps
COPY bot.py ./
COPY assets ./
COPY scripts ./
COPY konabot ./
COPY assets ./assets
COPY scripts ./scripts
COPY konabot ./konabot
CMD [ "python", "bot.py" ]