feat(build-system): add build-offline script (#2169)

pull/2193/head
Chaim Lev-Ari 6 years ago committed by Anthony Lapenna
parent bda5eac0c1
commit 7e08227ddb

@ -22,7 +22,9 @@
"scripts": {
"dev": "yarn grunt run-dev",
"clean-all": "yarn grunt clean:all",
"build": "yarn grunt build"
"build": "yarn grunt build",
"build-offline": "cd ./api/cmd/portainer && CGO_ENABLED=0 go build -a --installsuffix cgo --ldflags '-s' && mv -b portainer ../../../dist/portainer-linux-amd64"
},
"engines": {
"node": ">= 0.8.4"

Loading…
Cancel
Save