mirror of
https://github.com/xubiaolin/docker-zerotier-planet.git
synced 2026-01-12 21:06:59 +08:00
更新 Dockerfile 和 README.md,移除 ghproxy 加速地址,直接使用 GitHub 官方地址进行代码克隆。
This commit is contained in:
@@ -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\
|
||||||
|
|||||||
@@ -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 执行安装脚本
|
||||||
|
|||||||
Reference in New Issue
Block a user