Dockerfile: 修改 git 仓库地址 (#2)
* Dockerfile: 修改 git 仓库地址 * Dockerfile: 修改 git 仓库的分支
This commit is contained in:
parent
27482065d3
commit
1c0991a343
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue