@@ -5,8 +5,8 @@ services:
55 basket.api :
66 image : eshop/basket.api:${TAG:-latest}
77 build :
8- context : ./src/Services/Basket/Basket.API
9- dockerfile : Dockerfile
8+ context : .
9+ dockerfile : ./src/Services/Basket/Basket.API/ Dockerfile
1010 depends_on :
1111 - basket.data
1212 - identity.api
@@ -15,34 +15,34 @@ services:
1515 catalog.api :
1616 image : eshop/catalog.api:${TAG:-latest}
1717 build :
18- context : ./src/Services/Catalog/Catalog.API
19- dockerfile : Dockerfile
18+ context : .
19+ dockerfile : ./src/Services/Catalog/Catalog.API/ Dockerfile
2020 depends_on :
2121 - sql.data
2222 - rabbitmq
2323
2424 identity.api :
2525 image : eshop/identity.api:${TAG:-latest}
2626 build :
27- context : ./src/Services/Identity/Identity.API
28- dockerfile : Dockerfile
27+ context : .
28+ dockerfile : ./src/Services/Identity/Identity.API/ Dockerfile
2929 depends_on :
3030 - sql.data
3131
3232 ordering.api :
3333 image : eshop/ordering.api:${TAG:-latest}
3434 build :
35- context : ./src/Services/Ordering/Ordering.API
36- dockerfile : Dockerfile
35+ context : .
36+ dockerfile : ./src/Services/Ordering/Ordering.API/ Dockerfile
3737 depends_on :
3838 - sql.data
3939 - rabbitmq
4040
4141 marketing.api :
4242 image : eshop/marketing.api:${TAG:-latest}
4343 build :
44- context : ./src/Services/Marketing/Marketing.API
45- dockerfile : Dockerfile
44+ context : .
45+ dockerfile : ./src/Services/Marketing/Marketing.API/ Dockerfile
4646 depends_on :
4747 - sql.data
4848 - nosql.data
@@ -52,8 +52,8 @@ services:
5252 webspa :
5353 image : eshop/webspa:${TAG:-latest}
5454 build :
55- context : ./src/Web/WebSPA
56- dockerfile : Dockerfile
55+ context : .
56+ dockerfile : ./src/Web/WebSPA/ Dockerfile
5757 depends_on :
5858 - catalog.api
5959 - ordering.api
@@ -64,8 +64,8 @@ services:
6464 webmvc :
6565 image : eshop/webmvc:${TAG:-latest}
6666 build :
67- context : ./src/Web/WebMVC
68- dockerfile : Dockerfile
67+ context : .
68+ dockerfile : ./src/Web/WebMVC/ Dockerfile
6969 depends_on :
7070 - catalog.api
7171 - ordering.api
@@ -76,22 +76,22 @@ services:
7676 webstatus :
7777 image : eshop/webstatus:${TAG:-latest}
7878 build :
79- context : ./src/Web/WebStatus
80- dockerfile : Dockerfile
79+ context : .
80+ dockerfile : ./src/Web/WebStatus/ Dockerfile
8181
8282 payment.api :
8383 image : eshop/payment.api:${TAG:-latest}
8484 build :
85- context : ./src/Services/Payment/Payment.API
86- dockerfile : Dockerfile
85+ context : .
86+ dockerfile : ./src/Services/Payment/Payment.API/ Dockerfile
8787 depends_on :
8888 - rabbitmq
8989
9090 locations.api :
9191 image : eshop/locations.api:${TAG:-latest}
9292 build :
93- context : ./src/Services/Location/Locations.API
94- dockerfile : Dockerfile
93+ context : .
94+ dockerfile : ./src/Services/Location/Locations.API/ Dockerfile
9595 depends_on :
9696 - nosql.data
9797 - rabbitmq
0 commit comments