.net docker application
github :- https://github.com/daaops/docker_dotnet_application
Dockerfile
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-buster-slim AS base
WORKDIR /app
EXPOSE 80
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-buster AS build
WORKDIR /src
COPY ["Docker...
jhaggar.hashnode.dev1 min read
Abdulawwal Intisor
Software Engineer
this is great