build-frontend-source-code.sh 182 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 #!/bin/sh set -eu cd codigo-fonte/cliente 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