Add Asustor build scripts

This commit is contained in:
Joseph Henry
2022-04-26 08:33:48 -07:00
parent 66236e91a2
commit 1a5274b86b
16 changed files with 334 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ build_packages()
sudo docker run -v $(pwd):/zto ztwd
}
build_dockerfile()
build_container()
{
sudo docker build -t ztwd . --load
}