# Base Image FROM nginx:alpine # MAINTAINER of the Dockerfile MAINTAINER benschhold@gmail.com #Expose Nginx Port EXPOSE 80 #Start NginxService CMD ["nginx", "-g", "daemon off;"]