mirror of
https://github.com/luzifer-docker/alpine-nginx-php.git
synced 2024-12-20 19:21:18 +00:00
corrected composer command
This commit is contained in:
parent
e88009fb4e
commit
93a3ca2c1f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ RUN apk-install nginx \
|
|||
php-phar \
|
||||
php-openssl && \
|
||||
curl -sS https://getcomposer.org/installer | php && \
|
||||
mv composer.phar /usr/local/bin/ && \
|
||||
mv composer.phar /usr/local/bin/composer && \
|
||||
rm -Rf /var/www/*
|
||||
|
||||
# Copy configuration files to root
|
||||
|
|
Loading…
Reference in a new issue