update docker build command
This commit is contained in:
parent
0d8e21ea55
commit
981d89817b
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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 .'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user