Added Docker to image

This commit is contained in:
Sebastian Seedorf
2022-01-25 21:24:33 +01:00
parent 28d2303524
commit e48991935c
2 changed files with 6 additions and 1 deletions

2
Jenkinsfile vendored
View File

@@ -55,7 +55,7 @@ node {
}
}
stage('Cleanup'){
stage('Cleanup') {
echo 'prune and cleanup'
sh 'npm prune'
sh 'rm node_modules -rf'