try to fix docker build

This commit is contained in:
fabrice 2019-05-23 14:13:11 +02:00
parent a21c3230c1
commit 224a0834c2

View File

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('build docker') { stage('build docker') {
steps { steps {
sh 'docker build -t face-recognition-flask .' sh 'docker build face_recognition/. -t face-recognition-flask .'
} }
} }
} }