Dockerfile: 修改 git 仓库地址 (#2)

* Dockerfile: 修改 git 仓库地址

* Dockerfile: 修改 git 仓库的分支
This commit is contained in:
ikuaki1009 2023-03-06 08:42:32 +08:00 committed by GitHub
parent 27482065d3
commit 1c0991a343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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