| 1234567891011121314 | FROM docker.shemic.com/os/alpine/v3.4:latestMAINTAINER Rabin "https://github.com/shemic"RUN apk add --no-cache --update nginxCOPY nginx.sh /entrypoint/nginx.shVOLUME ["/www", "/etc/nginx", "/var/log/nginx"]EXPOSE 80EXPOSE 443CMD ["nginx"]
 |