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

6 lines
151 B
Makefile
Raw Normal View History

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