FROM ubuntu:trusty VOLUME /var/www COPY bootstrap.sh /usr/local/bin/bootstrap.sh RUN chmod u+x /usr/local/bin/bootstrap.sh CMD bootstrap.sh