This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
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
690f0fd03a
commit
6ccec8bded
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save