mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-24 05:35:33 +03:00
5 lines
114 B
Makefile
5 lines
114 B
Makefile
|
all: apache2
|
||
|
apache2:
|
||
|
docker build --compress -t epicmorg/apache2:latest .
|
||
|
docker push epicmorg/apache2:latest
|