Browse Source

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

pull/457/merge
Cesar De la Torre 7 years ago
parent
commit
6ccec8bded
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docker-compose-windows.yml

+ 2
- 2
docker-compose-windows.yml 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


Loading…
Cancel
Save