mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 06:05:37 +03:00
websites -> apache2
This commit is contained in:
parent
f05e57c735
commit
7c64abcab7
5
linux/apache2/latest/Makefile
Normal file
5
linux/apache2/latest/Makefile
Normal 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
|
5
linux/apache2/php7.2/Makefile
Normal file
5
linux/apache2/php7.2/Makefile
Normal 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
|
5
linux/apache2/php7.3/Makefile
Normal file
5
linux/apache2/php7.3/Makefile
Normal 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
|
5
linux/apache2/php7.4/Makefile
Normal file
5
linux/apache2/php7.4/Makefile
Normal 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
|
@ -1,4 +0,0 @@
|
||||
all: php
|
||||
php:
|
||||
docker build --compress -t epicmorg/websites:latest .
|
||||
docker push epicmorg/websites:latest
|
@ -1,4 +0,0 @@
|
||||
all: php
|
||||
php:
|
||||
docker build --compress -t epicmorg/websites:php7.2 .
|
||||
docker push epicmorg/websites:php7.2
|
@ -1,4 +0,0 @@
|
||||
all: php
|
||||
php:
|
||||
docker build --compress -t epicmorg/websites:php7.3 .
|
||||
docker push epicmorg/websites:php7.3
|
@ -1,4 +0,0 @@
|
||||
all: php
|
||||
php:
|
||||
docker build --compress -t epicmorg/websites:php7.4 .
|
||||
docker push epicmorg/websites:php7.4
|
Loading…
Reference in New Issue
Block a user