updatemirror

This commit is contained in:
xubiaolin
2024-03-08 02:06:12 +08:00
parent 29864ea2d6
commit 3cee918b37
2 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ RUN set -x\
RUN set -x \
&& mkdir /app -p \
&& cd /app \
&& git clone --progress https://ghproxy.markxu.online/https://github.com/key-networks/ztncui.git\
&& git clone --progress https://ghproxy.imoyuapp.win/https://github.com/key-networks/ztncui.git\
&& cd /app/ztncui/src \
&& npm config set registry https://registry.npmmirror.com\
&& npm install -g node-gyp\
@@ -53,7 +53,7 @@ ENV ZT_PORT=9994
ENV API_PORT=3443
ENV FILE_SERVER_PORT=3000
ENV GH_MIRROR="https://ghproxy.markxu.online/"
ENV GH_MIRROR="https://ghproxy.imoyuapp.win/"
ENV FILE_KEY=''
ENV TZ=Asia/Shanghai