4 lines
130 B
Docker
4 lines
130 B
Docker
FROM php:7.4-fpm-alpine
|
|
|
|
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|