debugging composer

This commit is contained in:
David Bomba
2023-07-06 13:24:16 +10:00
parent cc1f569324
commit 86f1dd43cf

View File

@@ -102,9 +102,7 @@ WORKDIR /var/www/app
# Do not remove this ENV
ENV IS_DOCKER true
RUN which composer
RUN composer -v
RUN /usr/local/bin/composer install --no-dev --quiet
RUN /usr/local/bin/composer install --no-dev --no-cache
# Override the environment settings from projects .env file
ENV APP_ENV production