diff --git a/Dockerfile b/Dockerfile index 3f8a29b..47ab1b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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