Fixes for package discovery

This commit is contained in:
David Bomba
2023-07-06 14:51:50 +10:00
parent acdd6851ff
commit fefc51ccf1
2 changed files with 2 additions and 2 deletions

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