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

5 lines
114 B
Makefile
Raw Normal View History

2021-04-01 13:42:31 +03:00
all: apache2
apache2:
docker build --compress -t epicmorg/apache2:php7.4 .
docker push epicmorg/apache2:php7.4