Fixes for composer

This commit is contained in:
David Bomba
2023-07-06 17:09:50 +10:00
parent a20fc14683
commit b72757ead0

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 -vvv
RUN /usr/local/bin/composer install --no-dev --quiet
# Override the environment settings from projects .env file
ENV APP_ENV production