docker.sh 150 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 build /usr/local/bin/node-prune tar -czf yoho-eshop.tar.gz *