Recompiled ZTO binary with fix + moves index.html to var/www

This commit is contained in:
Joseph Henry 2015-09-29 14:32:07 -04:00
parent cc10d4f310
commit 4983fd3776
2 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,8 @@ ADD zerotier-cli /
ADD intercept /
ADD lib/libintercept.so.1.0 /
ADD lib/liblwip.so /
ADD htdocs/index.html /
ADD htdocs/ZeroTierIcon.png /
RUN cp libintercept.so.1.0 lib/libintercept.so.1.0
RUN cp liblwip.so lib/liblwip.so
@ -25,6 +27,9 @@ RUN /usr/bin/install -c intercept /usr/bin
RUN echo "Apache" >> /var/www/html/index.html
EXPOSE 9993/udp
RUN mv index.html /var/www/html/index.html
RUN mv ZeroTierIcon.png /var/www/html/ZeroTierIcon.png
# Start ZeroTier-One
RUN mkdir -p /var/lib/zerotier-one/networks.d
RUN touch /var/lib/zerotier-one/networks.d/8056c2e21c000001.conf

Binary file not shown.