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: webmvc:
image: eshop/webmvc-win:${TAG:-latest} image: eshop/webmvc-win:${TAG:-latest}
build: build:
context: src/Web/WebMVC context: .
dockerfile: Dockerfile dockerfile: src/Web/WebMVC/Dockerfile
depends_on: depends_on:
- catalog.api - catalog.api
- ordering.api - ordering.api