Fix Jenkinsfile

This commit is contained in:
Sebastian Seedorf
2022-08-19 16:57:14 +02:00
parent f9616dbaba
commit d158153fa1

2
Jenkinsfile vendored
View File

@@ -44,7 +44,7 @@ node {
}
stage('Build Docker') {
customImage = docker.build(env.DOCKER_NAME, "--compress")
customImage = docker.build(env.DOCKER_NAME, "--compress .")
}
stage('Deploy') {