Fix docker-compose-javawork.yml
With docker-compose 1.10-rc1 build from this file was failing. Fix this by using the new build syntax with explicit `context` & `dockerfile`.
This commit is contained in:
parent
0334f60f3e
commit
81f18a27f6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user