From 7ff0420fb1e1d3d80d68ae0e430f9fe08f3f020c Mon Sep 17 00:00:00 2001 From: xubiaolin Date: Sat, 19 Feb 2022 12:51:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E6=9B=BF=E6=8D=A2=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E7=9A=84planet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fc7a271..4decc24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,8 +36,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/re rm /opt/ZeroTierOne/attic/world/mkworld.cpp &&\ cp mkworld.cpp /opt/ZeroTierOne/attic/world/ &&\ cd /opt/ZeroTierOne/attic/world/ && \ - sh build.sh &&\ - cp ./world.bin /var/lib/zerotier-one/planet + sh build.sh WORKDIR /app/ CMD ["sh","./run.sh"]