mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-01-17 21:48:59 +01:00
9 lines
158 B
YAML
9 lines
158 B
YAML
version: "3.1"
|
|
|
|
services:
|
|
php:
|
|
image: php:7.1.7-cli
|
|
volumes:
|
|
- .:/opt/php
|
|
privileged: true
|
|
command: ["/opt/php/docker/test_runner.sh"] |