Jenkinsfile bugs fixed

This commit is contained in:
Juan 2018-06-11 12:56:17 +02:00
parent f2b9ba41bc
commit 0c7b1084f8
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -38,7 +38,7 @@ node {
sh "docker-compose down --rmi 'all'"
}
stage ('Generating new dockers') {
sh "doker build -t vn-loopback:latest ./services/loopback/"
sh "docker build -t vn-loopback:latest ./services/loopback/"
sh "docker-compose up -d --build"
}
}