mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
debug composer failures
This commit is contained in:
@@ -100,11 +100,10 @@ COPY --from=build --chown=$INVOICENINJA_USER:$INVOICENINJA_USER /var/www/app /va
|
||||
USER $UID
|
||||
WORKDIR /var/www/app
|
||||
|
||||
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
||||
|
||||
# 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 --quiet
|
||||
RUN /usr/local/bin/composer install --no-dev
|
||||
|
||||
# Override the environment settings from projects .env file
|
||||
ENV APP_ENV production
|
||||
|
||||
Reference in New Issue
Block a user