mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 04:57:53 +00:00
9 lines
137 B
Docker
9 lines
137 B
Docker
# vim: ft=dockerfile
|
|
|
|
FROM ubuntu:20.04
|
|
|
|
# COPY zerotier/qbuild /qbuild
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|