Fix jenkins builds of storagenode console. (#3208)

This commit is contained in:
Matt Robinson 2019-10-08 08:59:22 -04:00 committed by GitHub
parent 616b2f521a
commit 7485a1d0f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,6 +142,8 @@ storagenode-console:
docker run --rm -i \
--mount type=bind,src="${PWD}",dst=/go/src/storj.io/storj \
-w /go/src/storj.io/storj/web/storagenode \
-e HOME=/tmp \
-u $(shell id -u):$(shell id -g) \
node:10.15.1 \
/bin/bash -c "npm ci && npm run build"
# embed web assets into go