Skip to content

Commit eec092d

Browse files
committed
fix docker build error
1 parent 7d27e4a commit eec092d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pipeline {
1414
}
1515
stage('Create Image') {
1616
steps {
17-
sh 'docker build -t jojozhuang/text-compare'
17+
sh 'docker build -t jojozhuang/text-compare .'
1818
sh 'docker push jojozhuang/text-compare'
1919
}
2020
}

0 commit comments

Comments
 (0)