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

7 lines
212 B
Makefile
Raw Normal View History

2021-04-01 13:42:31 +03:00
all: apache2
apache2:
docker build --compress -t epicmorg/apache2:php7.2 .
docker push epicmorg/apache2:php7.2
2021-04-02 14:40:42 +03:00
docker tag epicmorg/apache2:php7.2 epicmorg/websites:php7.2
docker push epicmorg/websites:php7.2