mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-24 23:32:45 +01:00
debugging composer
This commit is contained in:
@@ -102,9 +102,7 @@ WORKDIR /var/www/app
|
|||||||
|
|
||||||
# Do not remove this ENV
|
# Do not remove this ENV
|
||||||
ENV IS_DOCKER true
|
ENV IS_DOCKER true
|
||||||
RUN which composer
|
RUN /usr/local/bin/composer install --no-dev --no-cache
|
||||||
RUN composer -v
|
|
||||||
RUN /usr/local/bin/composer install --no-dev --quiet
|
|
||||||
|
|
||||||
# Override the environment settings from projects .env file
|
# Override the environment settings from projects .env file
|
||||||
ENV APP_ENV production
|
ENV APP_ENV production
|
||||||
|
|||||||
Reference in New Issue
Block a user