Fixed issue with dockerfile position for the webmvc app in docker-compose-windows
This commit is contained in:
parent
690f0fd03a
commit
6ccec8bded
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user