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:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							0334f60f3e
						
					
				
				
					commit
					81f18a27f6
				
			@@ -25,7 +25,9 @@ services:
 | 
				
			|||||||
      - back-tier
 | 
					      - back-tier
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  worker:
 | 
					  worker:
 | 
				
			||||||
    build: ./worker/Dockerfile.j
 | 
					    build:
 | 
				
			||||||
 | 
					      context: ./worker
 | 
				
			||||||
 | 
					      dockerfile: Dockerfile.j
 | 
				
			||||||
    networks:
 | 
					    networks:
 | 
				
			||||||
      - back-tier
 | 
					      - back-tier
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user