change local images name in Makefile and readme

This commit is contained in:
2020-12-02 14:27:02 +07:00
parent 7eefabc95a
commit 0325f7a9b8
2 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
build-72:
cd ./v7.2 && docker build --tag=local-composer:7.2 `pwd`
cd ./v7.2 && docker build --tag=php-for-dev:7.2 `pwd`
build-73:
cd ./v7.3 && docker build --tag=local-composer:7.3 `pwd`
cd ./v7.3 && docker build --tag=php-for-dev:7.3 `pwd`
build-74:
cd ./v7.4 && docker build --tag=local-composer:7.4 `pwd`
cd ./v7.4 && docker build --tag=php-for-dev:7.4 `pwd`