Add QNAP build scripts

This commit is contained in:
Joseph Henry 2022-04-26 15:04:19 -07:00
commit 4f80e79886
No known key found for this signature in database
GPG key ID: C45B33FF5EBC9344
27 changed files with 398 additions and 0 deletions

8
pkg/qnap/Dockerfile Normal file
View file

@ -0,0 +1,8 @@
# vim: ft=dockerfile
FROM ubuntu:20.04
# COPY zerotier/qbuild /qbuild
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]