Merge branch 'dev' of https://git.verdnatura.es/salix into dev

This commit is contained in:
Bernat 2018-05-11 14:09:37 +02:00
commit d89fdbcdd1
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ gulp.task('docker-compose', async () => {
'salixPassword=${salixPassword}'
],
container_name: `\${BRANCH_NAME}-${service.name}`,
volumes: ["/config:/app"],
image: `${service.name}:\${TAG}`,
build: {
context: `./services`,