Merge pull request #57 from ggtools/patch-1

Fix docker-compose-javawork.yml
This commit is contained in:
Mano Marks 2017-01-20 15:12:37 -08:00 committed by GitHub
commit 21781de893

View File

@ -25,7 +25,9 @@ services:
- back-tier
worker:
build: ./worker/Dockerfile.j
build:
context: ./worker
dockerfile: Dockerfile.j
networks:
- back-tier
@ -49,4 +51,4 @@ volumes:
networks:
front-tier:
back-tier:
back-tier: