This commit is contained in:
@ -3,4 +3,6 @@ FROM php:8-fpm-alpine
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
||||
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
||||
|
||||
RUN composer install
|
Reference in New Issue
Block a user