For questions about Dockerfiles - text files containing instructions to build Docker container images.
From Dockerfile reference:
Docker can build images automatically by reading the instructions from a
Dockerfile. ADockerfileis a text document that contains all the commands a user could call on the command line to assemble an image. Usingdocker buildusers can create an automated build that executes several command-line instructions in succession.