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 # Do not remove this ENV
ENV IS_DOCKER true ENV IS_DOCKER true
RUN which composer RUN /usr/local/bin/composer install --no-dev --no-cache
RUN composer -v
RUN /usr/local/bin/composer install --no-dev --quiet
# Override the environment settings from projects .env file # Override the environment settings from projects .env file
ENV APP_ENV production ENV APP_ENV production