mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-23 12:08:12 +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
|