build: add a PHP environment
This commit is contained in:
parent
4e2e0d6f0c
commit
6c967e7fa4
9 changed files with 2937 additions and 0 deletions
6
php/docker-compose.yaml
Normal file
6
php/docker-compose.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
services:
|
||||
php:
|
||||
build: .
|
||||
volumes:
|
||||
- ./:/app
|
||||
command: "bash"
|
Loading…
Add table
Add a link
Reference in a new issue