fix dockerfile

This commit is contained in:
Karol Cyganik 2024-04-14 14:33:28 +02:00
parent 242bfe2426
commit 4d4af8b2ab
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ pipeline {
stage('Stats in docker') {
steps {
// run python3 main.py inside docker created from dockerfile in iumKC directory
sh "docker build -t iumkc ."
// sh "docker build -t iumkc ."
sh "python3 main.py"
}
}