fix sh for dockerhub

This commit is contained in:
Karol Cyganik 2024-04-03 09:01:08 +02:00
parent 7997cbd341
commit 1d7741dd72
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ pipeline {
}
stage('Stats in docker') {
steps {
sh "docker run -v ${PWD}:/app karolcyganik/ium python3 main.py"
sh "python3 main.py"
}
}
}