Add Asustor build scripts

This commit is contained in:
Joseph Henry 2022-04-26 08:33:48 -07:00
commit 1a5274b86b
No known key found for this signature in database
GPG key ID: C45B33FF5EBC9344
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
}