DOCKERFILE
More infos about dockerfile: https://github.com/wsargent/docker-cheat-sheet#dockerfile https://docs.docker.com/engine/reference/builder/#environment-replacement A dockerfile is a file that contains instructions to build our container, you write the dockerfile, then run docker build and docker will create…
Continue Reading
DOCKERFILE