Add PATH env

This commit is contained in:
Philip Peterson 2026-05-01 03:59:34 -07:00
parent 5be3df1c1f
commit 5bda0e5373

View file

@ -24,6 +24,8 @@ RUN docker-php-ext-configure gd --with-freetype --with-jpeg && \
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
ENV PATH="/var/www/html/vendor/bin:${PATH}"
WORKDIR /var/www/html
# Copy composer manifest first for layer caching; install pulls Drupal from Packagist.