docker-scripts/linux/apache2/latest/Makefile
2021-06-02 02:24:05 +03:00

5 lines
114 B
Makefile

all: apache2
apache2:
docker build --compress -t epicmorg/apache2:latest .
docker push epicmorg/apache2:latest