# vim: ft=dockerfile FROM ubuntu:20.04 # COPY zerotier/qbuild /qbuild COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]