vietnam-devs / coolstore-microservices

A full-stack .NET microservices build on Dapr and Tye
https://vietnam-devs.github.io/coolstore-microservices
MIT License
2.48k stars 579 forks source link

Changes in README and .env #54

Closed yasir2000 closed 3 years ago

yasir2000 commented 4 years ago

Installation via docker should be replaced with : docker-compose -f docker-compose.base.yml -f docker-compose.base.override.yml -f docker-compose.yml -f docker-compose.override.yml up -d And .env to catch user home instead of : LOCAL_NUGET_PATH=/c/Users/Thang Chung/.nuget/packages

thangchung commented 3 years ago

We are working on the new version with tye and dapr. Whenever we did it, we will remove everything related to the hard code you mentioned.