code-katas/php/docker-compose.yaml

7 lines
79 B
YAML

services:
php:
build: .
volumes:
- ./:/app
command: "bash"