1
0
mirror of https://github.com/zerotier/ZeroTierOne.git synced 2025-03-12 04:36:29 -07:00
2022-04-25 17:47:58 -07:00

10 lines
137 B
Docker

# vim: ft=dockerfile
FROM ubuntu:20.04
COPY mksapkg-OS5 /mksapkg-OS5
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]