更新 Dockerfile 和 README.md,移除 ghproxy 加速地址,直接使用 GitHub 官方地址进行代码克隆。

This commit is contained in:
xubiaolin
2025-07-03 14:21:39 +08:00
parent bb8c9f6a2d
commit fef3c964ff
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ RUN set -x\
RUN set -x \
&& mkdir /app -p \
&& cd /app \
&& git clone --progress https://ghproxy.imoyuapp.win/https://github.com/key-networks/ztncui.git\
&& git clone --progress https://github.com/key-networks/ztncui.git\
&& cd /app/ztncui/src \
&& npm config set registry https://registry.npmmirror.com\
&& npm install -g node-gyp\