mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 20:16:54 +02:00
8 lines
137 B
Docker
8 lines
137 B
Docker
# vim: ft=dockerfile
|
|
|
|
FROM ubuntu:20.04
|
|
|
|
# COPY zerotier/qbuild /qbuild
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|