mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-27 07:05:41 +03:00
9 lines
214 B
Makefile
9 lines
214 B
Makefile
all: apache2
|
|
apache2:
|
|
docker build --compress -t epicmorg/apache2:php7.3 .
|
|
docker push epicmorg/apache2:php7.3
|
|
|
|
docker tag epicmorg/apache2:php7.3 epicmorg/websites:php7.3
|
|
docker push epicmorg/websites:php7.3
|
|
|