fix dockerfile
This commit is contained in:
parent
242bfe2426
commit
4d4af8b2ab
@ -31,7 +31,7 @@ pipeline {
|
|||||||
stage('Stats in docker') {
|
stage('Stats in docker') {
|
||||||
steps {
|
steps {
|
||||||
// run python3 main.py inside docker created from dockerfile in iumKC directory
|
// 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"
|
sh "python3 main.py"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user