Dockerfile
This commit is contained in:
parent
315e079828
commit
41271cf581
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -2,7 +2,7 @@ pipeline {
|
||||
agent {
|
||||
dockerfile {
|
||||
filename 'Dockerfile'
|
||||
args '-u root -v -v $HOME:/app'
|
||||
args '-u root -v $HOME:/app'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user