Merge pull request #27 from NepPure/patch-1

不再需要重命名config
This commit is contained in:
HYY
2025-03-02 20:37:28 +08:00
committed by GitHub

View File

@@ -2,7 +2,6 @@ FROM nonebot/nb-cli:latest
WORKDIR /
COPY . /MaiMBot/
WORKDIR /MaiMBot
RUN mv config/bot_config_toml config/bot_config.toml
RUN pip install --upgrade -r requirements.txt
VOLUME [ "/MaiMBot/config" ]
EXPOSE 8080