Merge pull request #215 from turbo124/master

Ensure we use composer 2
This commit is contained in:
David Bomba
2020-11-28 15:35:01 +11:00
committed by GitHub

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