mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
Add QNAP build scripts
This commit is contained in:
parent
b47a2c9ac5
commit
4f80e79886
27 changed files with 398 additions and 0 deletions
8
pkg/qnap/Dockerfile
Normal file
8
pkg/qnap/Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
# vim: ft=dockerfile
|
||||
|
||||
FROM ubuntu:20.04
|
||||
|
||||
# COPY zerotier/qbuild /qbuild
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
Loading…
Add table
Add a link
Reference in a new issue