Ensure we use composer 2

This commit is contained in:
David Bomba
2020-11-28 15:34:40 +11:00
parent 902745ec5a
commit 05f89f064e

View File

@@ -113,7 +113,7 @@ RUN chown $INVOICENINJA_USER /etc/periodic/1min/invoiceninja_cronjob && \
USER $INVOICENINJA_USER
RUN composer install --no-dev
RUN /usr/local/bin/composer install --no-dev --no-suggest --no-progress --quiet
# Override the environment settings from projects .env file
ENV APP_ENV production