mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-30 00:09:13 +02:00
10 lines
170 B
YAML
10 lines
170 B
YAML
version: "3.1"
|
|
services:
|
|
php:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- .:/opt/php
|
|
command: ["/opt/php/docker/test_runner.sh"]
|