2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-05-22 19:58:02 +03:00
2021-04-02 14:40:42 +03:00

9 lines
215 B
Makefile

all: apache2
apache2:
docker build --compress -t epicmorg/apache2:php7.4 .
docker push epicmorg/apache2:php7.4
docker tag epicmorg/apache2:php7.4 epicmorg/websites:php7.4
docker push epicmorg/websites:php7.4