Initial Docker support

This commit adds:
1. A Dockerfile that runs PHP 7.2 FPM on Alpine Linux
2. A example docker-compose file that simplifies deployment
This commit is contained in:
Birkhoff Lee
2019-11-21 12:54:22 +08:00
parent 017577db42
commit 8bc5ea2d5e
4 changed files with 124 additions and 0 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ Homestead.yaml
.rnd
/.expo
/.vscode
docker-compose.yml