Skip to content

Commit

Permalink
Docker : Install composer plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Jan 30, 2024
1 parent da742c7 commit 13b202b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN curl --insecure https://getcomposer.org/composer.phar -o /usr/bin/composer &

COPY . /var/www/html

ENV COMPOSER_ALLOW_SUPERUSER=1
RUN composer install


Expand Down

0 comments on commit 13b202b

Please sign in to comment.