Skip to content

Commit a9f1413

Browse files
committed
fix
1 parent 4f741d1 commit a9f1413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ pipeline {
33
docker {
44
image 'node:6-alpine'
55
args '-p 3000:3000'
6-
args '-u 0:0'
6+
args '-u root'
77
}
88
}
99
environment {
10-
CI = 'true'
10+
HOME = "."
1111
}
1212
stages {
1313
stage('Build') {

0 commit comments

Comments
 (0)