corrected composer command

This commit is contained in:
Michael Dimmock 2015-11-11 10:49:42 +00:00
parent e88009fb4e
commit 93a3ca2c1f

View File

@ -19,7 +19,7 @@ RUN apk-install nginx \
php-phar \ php-phar \
php-openssl && \ php-openssl && \
curl -sS https://getcomposer.org/installer | php && \ curl -sS https://getcomposer.org/installer | php && \
mv composer.phar /usr/local/bin/ && \ mv composer.phar /usr/local/bin/composer && \
rm -Rf /var/www/* rm -Rf /var/www/*
# Copy configuration files to root # Copy configuration files to root