mirror of
https://github.com/luzifer-docker/alpine-nginx-php.git
synced 2024-12-29 23:31:21 +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-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
|
||||||
|
|
Loading…
Reference in a new issue