What I learned about dockerfile and docker-compose file You can read the basic concepts of docker written in this amazing Article, Starting with Docker. What is a Dockerfile? A Dockerfile is merely a written set of instructions, that helps to bundle up all the required files and dependencies for your application, in the form…