DesignPatternsPHP/docker-compose.yml
2018-10-22 21:37:57 +02:00

9 lines
118 B
YAML

version: "3.1"
services:
php:
build:
context: .
dockerfile: Dockerfile
volumes:
- .:/app