Skip to content

Commit 7781497

Browse files
author
Niels Maumenee
committed
setting enviroment to home 2
1 parent 6da9da3 commit 7781497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ pipeline {
22
agent {
33
docker {
44
image 'node:6-alpine'
5+
args 'npm_config_cache=npm-cache'
56
args 'HOME=.'
67
args '-p 3000:3000'
78
}

0 commit comments

Comments
 (0)