websites -> apache2

This commit is contained in:
STAM 2021-04-01 13:42:31 +03:00
parent f05e57c735
commit 7c64abcab7
20 changed files with 20 additions and 16 deletions

View File

@ -0,0 +1,5 @@
all: apache2
apache2:
docker build --compress -t epicmorg/apache2:latest .
docker push epicmorg/apache2:latest
docker push epicmorg/websites:latest

View File

@ -0,0 +1,5 @@
all: apache2
apache2:
docker build --compress -t epicmorg/apache2:php7.2 .
docker push epicmorg/apache2:php7.2
docker push epicmorg/websites:php7.2

View File

@ -0,0 +1,5 @@
all: apache2
apache2:
docker build --compress -t epicmorg/apache2:php7.3 .
docker push epicmorg/apache2:php7.3
docker push epicmorg/websites:php7.3

View File

@ -0,0 +1,5 @@
all: apache2
apache2:
docker build --compress -t epicmorg/apache2:php7.4 .
docker push epicmorg/apache2:php7.4
docker push epicmorg/websites:php7.4

View File

@ -1,4 +0,0 @@
all: php
php:
docker build --compress -t epicmorg/websites:latest .
docker push epicmorg/websites:latest

View File

@ -1,4 +0,0 @@
all: php
php:
docker build --compress -t epicmorg/websites:php7.2 .
docker push epicmorg/websites:php7.2

View File

@ -1,4 +0,0 @@
all: php
php:
docker build --compress -t epicmorg/websites:php7.3 .
docker push epicmorg/websites:php7.3

View File

@ -1,4 +0,0 @@
all: php
php:
docker build --compress -t epicmorg/websites:php7.4 .
docker push epicmorg/websites:php7.4