heristop / docker-php

A PHP Docker image for CI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image

This Docker image is configured to be used in a Continuous Integration environment.

https://hub.docker.com/r/heristop/php

Configuration

Xdebug is disable by default. To enable it, you may set PHP_XDEBUG_ENABLED to 1.

To disable Pcov for the debug mode switch, you may set PHP_PCOV_ENABLED to 0.

About

A PHP Docker image for CI


Languages

Language:Dockerfile 84.2%Language:Shell 15.8%