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 \
|
||||
&& 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\
|
||||
|
||||
Reference in New Issue
Block a user