Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stages {
stage('recreate > build > reun container') {
steps {
sh "docker-compose up --force-recreate --build -d parse_saby"
sh "docker-compose up --force-recreate --build parse_saby"
}
}
}