Dockerfile teardownΒΆ
Every line on the dockerfile instructs docker server what to do.
FROMinstructions the server to use a base image likealpine.RUNinstructions the server to execute a command in the base image.CMDinstructions the server to the command that is used when the container is started up.
More commands are available at https://docs.docker.com/engine/reference/builder/#from