mirror of
https://github.com/xubiaolin/docker-zerotier-planet.git
synced 2025-01-22 12:48:14 -05:00
Update Dockerfile
修复无法登录的bug
This commit is contained in:
parent
9290a92a89
commit
b2831a4603
@ -15,6 +15,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/re
|
||||
# 安装ztncui
|
||||
cd /opt && git clone https://github.com.cnpmjs.org/key-networks/ztncui.git &&\
|
||||
cd ztncui/src && npm install -g node-gyp && npm install &&\
|
||||
cp -pv ./etc/default.passwd ./etc/passwd &&\
|
||||
echo 'HTTP_PORT=3443' > .env&&\
|
||||
echo 'NODE_ENV=production' >> .env &&\
|
||||
echo 'HTTP_ALL_INTERFACES=true' >> .env &&\
|
||||
|
Loading…
Reference in New Issue
Block a user