docker.sh 134 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 #!/bin/bash wordir=$1 cd $wordir rm -rf yoho-eshop.tar.gz yarn --production=false yarn buil node-prune tar -czf yoho-eshop.tar.gz *