mirror of
https://github.com/Dannecron/php-for-dev.git
synced 2025-12-25 16:12:35 +03:00
change local images name in Makefile and readme
This commit is contained in:
6
Makefile
6
Makefile
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user