mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
Fixes for composer
This commit is contained in:
@@ -102,7 +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 /usr/local/bin/composer install --no-dev -vvv
|
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
|
||||||
@@ -110,4 +110,4 @@ ENV LOG errorlog
|
|||||||
ENV SNAPPDF_EXECUTABLE_PATH /usr/bin/chromium-browser
|
ENV SNAPPDF_EXECUTABLE_PATH /usr/bin/chromium-browser
|
||||||
|
|
||||||
ENTRYPOINT ["docker-entrypoint"]
|
ENTRYPOINT ["docker-entrypoint"]
|
||||||
CMD ["supervisord"]
|
CMD ["supervisord"]
|
||||||
|
|||||||
Reference in New Issue
Block a user