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