fix compose command

This commit is contained in:
Jannis Portmann 2021-05-06 15:26:12 +02:00
parent 965aad41fd
commit 9a074023de

2
Jenkinsfile vendored
View file

@ -25,7 +25,7 @@ node {
}
stage('Deploy staging') {
sh 'docker-compose --project-directory /opt/plant-exchange up -d'
sh 'docker-compose --project-directory /opt/plant-exchange --file /opt/plant-exchange/docker-compose.yml up -d'
}
}