dotnet dev-certs https -ep %USERPROFILE%\.aspnet\https\restAPI.pfx -p <password>
dotnet dev-cert https --trust
dotnet user-secrets set "Kestrel:Certificates:Development:Password" "<password>"
Make sure docker is installed and that a local HTTPS certificate is added to user-secrets
Then run:
docker-compose build
docker-compose up
Available on https://localhost:8001/swagger/index.html
cd /restAPI
dotnet run
Available on https://localhost:5001/swagger/index.html