More entry point work, and change network to 8056c2e21c000001 for demo.

This commit is contained in:
Adam Ierymenko 2015-09-28 16:14:32 -07:00
commit 3a6346f560
2 changed files with 27 additions and 8 deletions

View file

@ -27,7 +27,7 @@ EXPOSE 9993/udp
# Start ZeroTier-One
RUN mkdir -p /var/lib/zerotier-one/networks.d
RUN touch /var/lib/zerotier-one/networks.d/e5cd7a9e1c5311ab.conf
RUN touch /var/lib/zerotier-one/networks.d/8056c2e21c000001.conf
ADD entrypoint.sh /entrypoint.sh
RUN chmod -v +x /entrypoint.sh