mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-18 18:56:24 +00:00
Recompiled ZTO binary with fix + moves index.html to var/www
This commit is contained in:
parent
cc10d4f310
commit
4983fd3776
@ -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.
Loading…
Reference in New Issue
Block a user