https://github.com/dotnet/dotnet-docker-samples/tree/master/aspnetapp
Docker command docker build -t aspnetapp
.
I am getting an error for docker bui
If the issue is caused by your organisation's self-signed certificates, you can fix it by:
COPY ["./combined.cer", "/etc/ssl/certs/"]
RUN update-ca-certificates
These steps work for Debian, need to be adapted for other distros.