diff --git a/docker/Dockerfile b/docker/Dockerfile index b4608bd..78f1256 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -48,7 +48,7 @@ FROM runtime AS prod ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \ PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium -RUN git clone --depth=1 --branch main https://gitee.com/Le-niao/Yunzai-Bot.git /app/Yunzai-Bot\ +RUN git clone --depth=1 --branch master https://github.com/yoimiya-kokomi/Miao-Yunzai.git /app/Yunzai-Bot\ && cd /app/Yunzai-Bot \ && sed -i 's/127.0.0.1/redis/g' ./config/default_config/redis.yaml \ && pnpm install -P