mirror of
https://github.com/matthiasmullie/minify.git
synced 2025-02-23 08:57:52 +01:00
12 lines
240 B
YAML
12 lines
240 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
php:
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile
|
||
|
volumes:
|
||
|
- ./src:/var/www/src
|
||
|
- ./data:/var/www/data
|
||
|
- ./tests:/var/www/tests
|
||
|
- ./phpunit.xml.dist:/var/www/phpunit.xml.dist
|