mirror of
https://github.com/mashirozx/docker-php-nginx.git
synced 2024-11-22 14:58:15 +08:00
5 lines
101 B
Docker
5 lines
101 B
Docker
FROM php:7.0-fpm
|
|
|
|
COPY config/php.ini /usr/local/etc/php/conf.d/custom.ini
|
|
ADD ./src/ /var/www/html/
|