Multi-Stage Dockerfiles
We walk through a detailed multi-stage Dockerfile for ASP.NET Core using base, builder, publish, and production stages. The example demonstrates grabbing NuGet packages, building the application, publishing artifacts, and copying them into a lean runtime image with an ENTRYPOINT command.
Previous Module
Continuous Delivery
This Module
Using Containers with DevOps