NoteCat/docker/docker-compose.local.yml
binaryDiv 9095a604a2
All checks were successful
continuous-integration/drone/push Build is passing
add development and production targets; run phpunit in container
2020-06-28 18:07:30 +02:00

12 lines
170 B
YAML

version: '3.4'
services:
web:
build:
context: ..
target: development
restart: always
ports:
- 8080:80
volumes:
- ../:/var/www/