Update 'Jenkinsfile-Docker'

This commit is contained in:
Wojciech Mikołajski 2023-04-19 20:15:09 +02:00
parent 65a72d5519
commit 1124216685

View File

@ -5,7 +5,7 @@ agent any
stages {
stage('Build Image') {
steps {
sh 'docker build --no-cache -t wujt -Dockerfile'
sh 'docker build --no-cache -t wujt -f Dockerfile'
}
}
stage('Test') {