Dockerfile

This commit is contained in:
Mateusz 2024-04-01 15:34:56 +02:00
parent 315e079828
commit 41271cf581

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent {
dockerfile {
filename 'Dockerfile'
args '-u root -v -v $HOME:/app'
args '-u root -v $HOME:/app'
}
}