Multistage builds in docker and distroless images
Multistage Builds in Docker
A simple docker consists of instructions as shown below:
A Dockerfile consists of instructions such as create a base image, create a Working directory, Copy the dependencies and application code in /app directory and then...
rayeez.hashnode.dev3 min read