build-frontend.sh 218 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 #!/bin/sh set -eu cd ../codigo-fonte/cliente npm install bower bower install npm install npm run build cd dist tar zcvf dist.tar.gz * mv dist.tar.gz ../../../docker/nginx cd ../../../docker/nginx chmod -R a+x *.sh