mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-04 22:17:25 +02:00
Add docker-compose yaml with basics
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
version: "3.1"
|
||||||
|
|
||||||
|
services:
|
||||||
|
php:
|
||||||
|
image: php:7.1.7-cli
|
||||||
|
volumes:
|
||||||
|
- .:/opt/php
|
||||||
|
privileged: true
|
||||||
|
command: ["/opt/php/docker/test_runner.sh"]
|
Reference in New Issue
Block a user