更新 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 \ RUN set -x \
&& mkdir /app -p \ && mkdir /app -p \
&& cd /app \ && 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 \ && cd /app/ztncui/src \
&& npm config set registry https://registry.npmmirror.com\ && npm config set registry https://registry.npmmirror.com\
&& npm install -g node-gyp\ && npm install -g node-gyp\

View File

@@ -205,7 +205,7 @@ git clone https://github.com/xubiaolin/docker-zerotier-planet.git
**加速地址:** **加速地址:**
```bash ```bash
git clone https://ghproxy.imoyuapp.win/https://github.com/xubiaolin/docker-zerotier-planet.git git clone https://github.com/xubiaolin/docker-zerotier-planet.git
``` ```
### 3.3 执行安装脚本 ### 3.3 执行安装脚本