Add debug to package discovery

This commit is contained in:
David Bomba
2023-07-06 16:00:48 +10:00
parent 0e2934d1e3
commit a20fc14683

View File

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