Docker context

This commit is contained in:
Vicente Falco 2018-02-07 14:45:39 +01:00
parent c61748ec95
commit 7b7464ecc1
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ gulp.task('docker-compose', async () => {
container_name: `\${BRANCH_NAME}-${service.name}`,
image: `${service.name}:\${TAG}`,
build: {
context: `./services/${service.name}`,
context: `./services`,
dockerfile: dockerFile
},
ports: [`${defaultPort}:${service.port}`]