Sign inSign up

buzzxu/php

By buzzxu

Updated over 5 years ago

php-fpm

Image
0

1.3K

buzzxu/php repository overview

docker-php

FROM buzzxu/php:7.2-fpm

COPY . /var/www/html/

RUN set -x  \
    && mkdir -p /var/www/html/runtime \
    && chown -R www-data:www-data /var/www/html/runtime

EXPOSE 9000

Tag summary

Content type

Image

Digest

Size

195.6 MB

Last updated

over 5 years ago

docker pull buzzxu/php