Fixed issue with dockerfile position for the webmvc app in docker-compose-windows

This commit is contained in:
Cesar De la Torre 2018-01-05 10:28:05 -08:00
parent 690f0fd03a
commit 6ccec8bded

View File

@ -63,8 +63,8 @@ services:
webmvc:
image: eshop/webmvc-win:${TAG:-latest}
build:
context: src/Web/WebMVC
dockerfile: Dockerfile
context: .
dockerfile: src/Web/WebMVC/Dockerfile
depends_on:
- catalog.api
- ordering.api