This commit is contained in:
2025-01-09 21:33:06 +01:00
parent 41cab0b660
commit 438917cf3c

2
Jenkinsfile vendored
View File

@@ -35,7 +35,7 @@ pipeline {
steps {
script {
// Bouw het Docker image
sh 'sudo systemctl start docker'
sh 'systemctl start docker'
sh 'docker build -t weetikveel .'
}
}