Update 'Jenkinsfile-Docker'

This commit is contained in:
Wojciech Mikołajski 2023-04-19 18:57:03 +02:00
parent 751b20ae7b
commit 3333662c6b

View File

@ -12,7 +12,7 @@ pipeline {
stage('Build Docker image') {
steps {
sh 'docker build -t wujt89 -f Dockerfile .'
sh 'docker build -f Dockerfile .'
}
}