mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-02-03 12:47:09 +01:00
fixes for composer
This commit is contained in:
@@ -103,7 +103,10 @@ 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 --quiet
|
#RUN /usr/local/bin/composer install --no-dev --quiet
|
||||||
RUN /usr/local/bin/composer install --no-dev
|
FROM composer:2.5.8 AS composer
|
||||||
|
COPY --from=composer /usr/bin/composer /usr/bin/composer
|
||||||
|
|
||||||
|
RUN /usr/bin/composer install --no-dev
|
||||||
|
|
||||||
# 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