Dockerfile

This commit is contained in:
Mateusz 2024-04-01 15:06:04 +02:00
parent c1bd3486f9
commit b489b0dd4b

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
dockerfile {
filename 'Dockerfile'
customWorkspace '/app'
privileged true
args '-ti'
}
}