mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-21 05:53:09 +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"]
|