Dockerfile

This commit is contained in:
Mateusz 2024-04-01 16:14:10 +02:00
parent 2b1e604624
commit 540ff4a605

4
Jenkinsfile vendored
View File

@ -1,8 +1,8 @@
pipeline {
ipeline {
agent {
dockerfile {
filename 'Dockerfile'
args '-u root --no-cache'
args '-u root -v $HOME:/app'
}
}