diff --git a/Dockerfile b/Dockerfile index cddf3ce4..d5b76d6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,7 +60,7 @@ ENV COMPOSER_ALLOW_SUPERUSER=1 \ RUN composer config -g repo.packagist composer https://packagist.org \ && composer install --no-interaction --no-progress --no-scripts --prefer-dist --ignore-platform-reqs -# Isolate the clean vendor directory +# Isolate the clean vendor directory #RUN mv vendor /vendor_clean # Copy the rest of the application files (will ignore vendor because of .dockerignore)