docker-scripts/linux/php/php7.4/Makefile

5 lines
98 B
Makefile
Raw Normal View History

2021-01-27 20:52:34 +03:00
all: php
php:
docker build --compress -t epicmorg/php:php7.4 .
docker push epicmorg/php:php7.4