Fix review issues

This commit is contained in:
Miguel Veloso 2020-10-11 18:39:36 +01:00
parent f6cfffb85f
commit a8ec36c648
2 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ Copy-Item docker-self-signed.key $env:USERPROFILE\.aspnet\https -Force
Copy-Item docker-self-signed.pfx $env:USERPROFILE\.aspnet\https -Force Copy-Item docker-self-signed.pfx $env:USERPROFILE\.aspnet\https -Force
# Copy to src folder to register as a root CA in client containers # Copy to src folder to register as a root CA in client containers
Copy-Item docker-self-signed.pem ..\..\src\certificates -Force Copy-Item docker-self-signed.pem ..\..\src\certificates\docker-self-signed.crt -Force