FROM busybox MAINTAINER Cody Hiar <codyfh@gmail.com ADD index.html /opt/index.html ADD startup.sh /opt/startup.sh EXPOSE 8000 CMD /opt/startup.sh