Browse Source

Update README.md

pull/1572/head
Soham Dasgupta 4 years ago
committed by GitHub
parent
commit
c4ffc8ee9c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      README.md

+ 2
- 1
README.md View File

@ -1,5 +1,5 @@
<a href="https://dot.net/architecture">
<img src="https://github.com/dotnet-architecture/eShopOnContainers/raw/dev/img/eshop_logo.png" alt="eShop logo" title="eShopOnContainers" align="right" height="60" />
<img src="/img/eshop_logo.png?raw=true" alt="eShop logo" title="eShopOnContainers" align="right" height="60" />
</a>
# DISCLAIMER
@ -10,6 +10,7 @@ This repo contains the following changes which are not published upstream.
- Introduced a new folder src/cert to copy local self signed certificates to the docker images without which the `dotnet restore` command fails.
- Plan to introduce the GraphQL aggregator API
# .NET Microservices Sample Reference Application
Sample .NET Core reference application, powered by Microsoft, based on a simplified microservices architecture and Docker containers.


Loading…
Cancel
Save