Add Makefile to make it easier for developers to run docker commands

This commit is contained in:
Wendell Adriel
2023-02-08 12:05:30 +00:00
parent 8d34d0743f
commit 2cdcf7f3e3
3 changed files with 19 additions and 4 deletions

1
.gitattributes vendored
View File

@ -13,5 +13,6 @@ phpstan.neon export-ignore
CHANGELOG.md export-ignore
CONTRIBUTING.md export-ignore
docker-compose.yml export-ignore
Makefile export-ignore
README.md export-ignore