From 767b173500517f936f46f47caecef2706607de8d Mon Sep 17 00:00:00 2001 From: jiajiu123 <1771663559@qq.com> Date: Fri, 28 Feb 2025 19:13:35 +0800 Subject: [PATCH] edit Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 69a980d4..a9de9cf2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM nonebot/nb-cli:latest WORKDIR / 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 RUN mkdir config RUN mv /MaiMBot/env.example /MaiMBot/config/.env \