mirror of https://github.com/Mai-with-u/MaiBot.git
不再需要重命名config
parent
5e9401c27a
commit
f04ae091e2
|
|
@ -2,8 +2,7 @@ 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
|
||||
ENTRYPOINT [ "nb","run" ]
|
||||
ENTRYPOINT [ "nb","run" ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue