Dockerfile 137 B

12345678
  1. # vim: ft=dockerfile
  2. FROM ubuntu:20.04
  3. # COPY zerotier/qbuild /qbuild
  4. COPY entrypoint.sh /entrypoint.sh
  5. ENTRYPOINT ["/entrypoint.sh"]