mirror of
https://github.com/xubiaolin/docker-zerotier-planet.git
synced 2025-01-22 12:48:14 -05:00
init
This commit is contained in:
parent
d1506a9ac2
commit
6bea7d79ed
13
Dockerfile
13
Dockerfile
@ -1,6 +1,6 @@
|
||||
FROM centos:7
|
||||
|
||||
WORKDIR /opt/ztncui/src
|
||||
WORKDIR /var/lib/zerotier-one/
|
||||
COPY . /var/lib/zerotier-one/
|
||||
VOLUME ["/opt","/var/lib/zerotier-one"]
|
||||
EXPOSE 9993
|
||||
@ -27,12 +27,13 @@ RUN curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Ce
|
||||
cd /opt &&\
|
||||
curl -sL https://rpm.nodesource.com/setup_10.x | bash - &&\
|
||||
yum install nodejs -y &&\
|
||||
rm -rf ztncui/ &&\
|
||||
git clone https://github.com.cnpmjs.org/key-networks/ztncui.git &&\
|
||||
cd ztncui/src&&\
|
||||
cd ztncui/src &&\
|
||||
npm install -g node-gyp &&\
|
||||
npm install
|
||||
sh -c "echo 'HTTP_PORT=3443' > .env"
|
||||
sh -c "echo 'NODE_ENV=production' >> .env"
|
||||
npm install &&\
|
||||
sh -c "echo 'HTTP_PORT=3443' > .env"&&\
|
||||
sh -c "echo 'NODE_ENV=production' >> .env"&&\
|
||||
|
||||
# 配置补丁
|
||||
cd /var/lib/zerotier-one && \
|
||||
@ -46,7 +47,7 @@ RUN curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Ce
|
||||
sh build.sh &&\
|
||||
mv world.bin /var/lib/zerotier-one/planet
|
||||
|
||||
CMD [ "bash","npm start" ]
|
||||
CMD [ "bash","run.sh" ]
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user