docker-scripts/linux/apache2/latest/Makefile

6 lines
153 B
Makefile
Raw Normal View History

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