Build Image docker build -t . Docker file needs to be located in the same folder Push Image docker push Inheritance FROM Variables ENV APP_HOME /myapp RUN mkdir $APP_HOME ARG APP_HOME="" RUN mkdir $APP_HOME Add Files Into Image ADD filename.md /filename.