Updating basic Dockerfile.

This commit is contained in:
Dan Cryer 2015-02-26 08:08:12 +00:00
parent 8ab098821b
commit 4a84aad327
1 changed files with 3 additions and 0 deletions

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