update docker build command

This commit is contained in:
Szymon Parafiński 2022-03-31 21:29:32 +02:00
parent 0d8e21ea55
commit 981d89817b

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
stage ("Build Docker image") {
steps {
sh 'docker build -f ./Docker/Dockerfile -t ium_docker .'
sh 'docker build -t ium_docker .'
}
}
}