fpm.Dockerfile
changeset 23 417f20492bf7
parent 21 48c4eec2b7e6
equal deleted inserted replaced
22:8c2e4d02f4ef 23:417f20492bf7
     1 FROM php:7.4-fpm-alpine
     1 FROM php:fpm-alpine
     2 
     2 
     3 RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"
     3 RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"
     4 ADD zz-zdocker.conf /usr/local/etc/php-fpm.d/
     4 ADD zz-zdocker.conf /usr/local/etc/php-fpm.d/
     5 ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
     5 ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
     6 
     6