build: add a PHP environment

This commit is contained in:
Oliver Davies 2022-09-27 14:22:00 +01:00
parent 4e2e0d6f0c
commit 6c967e7fa4
9 changed files with 2937 additions and 0 deletions

6
php/docker-compose.yaml Normal file
View file

@ -0,0 +1,6 @@
services:
php:
build: .
volumes:
- ./:/app
command: "bash"