Initial commit.

Makefile and php 7.2, 7.3 dockerfiles.
This commit is contained in:
2019-06-19 14:24:13 +07:00
commit 31715355cf
3 changed files with 77 additions and 0 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
build-72:
cd ./v7.2 && docker build --tag=local-composer:7.2 `pwd`
build-73:
cd ./v7.3 && docker build --tag=local-composer:7.3 `pwd`