We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da9da3 commit 7781497Copy full SHA for 7781497
Jenkinsfile
@@ -2,6 +2,7 @@ pipeline {
2
agent {
3
docker {
4
image 'node:6-alpine'
5
+ args 'npm_config_cache=npm-cache'
6
args 'HOME=.'
7
args '-p 3000:3000'
8
}
0 commit comments