mirror of
https://github.com/Dannecron/php-for-dev.git
synced 2025-12-26 00:22:36 +03:00
6 lines
137 B
Makefile
6 lines
137 B
Makefile
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`
|