composer
This commit is contained in:
parent
03ea61a8ae
commit
b293be37b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue