mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 12:36:14 -07:00
9 lines
137 B
Docker
9 lines
137 B
Docker
# vim: ft=dockerfile
|
|
|
|
FROM ubuntu:20.04
|
|
|
|
COPY mksapkg-OS5 /mksapkg-OS5
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|
|
|