Updating basic Dockerfile.

This commit is contained in:
Dan Cryer 2015-02-26 08:08:12 +00:00
parent 820d3831b8
commit a7a56f92b6

View file

@ -15,4 +15,7 @@ RUN git config --global user.email "hello@php.ci"
ADD ./ /phpci
RUN php -r "readfile('https://getcomposer.org/installer');" | php
RUN mv composer.phar /phpci/composer
CMD /phpci/daemonise phpci:daemonise