mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-11-22 21:40:19 -08:00
10 lines
137 B
Docker
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"]
|
|
|