This commit is contained in:
Vendored
+1
-1
@@ -20,7 +20,7 @@ pipeline {
|
||||
|
||||
stage('Build image') {
|
||||
steps{
|
||||
sh 'docker build --force-rm=true --no-cache=true --pull -f src/Dockerfile -t ${dockerImage} src/'
|
||||
sh 'docker build --force-rm=true --no-cache=true --pull -f Dockerfile -t ${dockerImage} .'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user