composer
Some checks failed
CI / build (push) Failing after 3m22s
CI / bump-infra (push) Has been skipped

This commit is contained in:
Philip Peterson 2026-06-11 23:10:17 -07:00
parent 03ea61a8ae
commit b293be37b9

View file

@ -28,7 +28,7 @@ RUN docker-php-ext-configure gd --with-freetype --with-jpeg && \
exif \ exif \
bcmath bcmath
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer RUN curl -fsSL https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
ENV PATH="/var/www/html/vendor/bin:${PATH}" ENV PATH="/var/www/html/vendor/bin:${PATH}"