mirror of https://github.com/Mai-with-u/MaiBot.git
edit Dockerfile
parent
4dab69487e
commit
767b173500
|
|
@ -1,7 +1,7 @@
|
||||||
FROM nonebot/nb-cli:latest
|
FROM nonebot/nb-cli:latest
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
RUN apt update && apt install -y git
|
RUN apt update && apt install -y git
|
||||||
RUN git clone https://github.com/jiajiu123/MaiMBot
|
RUN git clone https://github.com/SengokuCola/MaiMBot
|
||||||
WORKDIR /MaiMBot
|
WORKDIR /MaiMBot
|
||||||
RUN mkdir config
|
RUN mkdir config
|
||||||
RUN mv /MaiMBot/env.example /MaiMBot/config/.env \
|
RUN mv /MaiMBot/env.example /MaiMBot/config/.env \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue