mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 04:00:18 +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