Add PATH env
This commit is contained in:
parent
5be3df1c1f
commit
5bda0e5373
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ RUN docker-php-ext-configure gd --with-freetype --with-jpeg && \
|
||||||
|
|
||||||
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
|
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
|
||||||
|
|
||||||
|
ENV PATH="/var/www/html/vendor/bin:${PATH}"
|
||||||
|
|
||||||
WORKDIR /var/www/html
|
WORKDIR /var/www/html
|
||||||
|
|
||||||
# Copy composer manifest first for layer caching; install pulls Drupal from Packagist.
|
# Copy composer manifest first for layer caching; install pulls Drupal from Packagist.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue