mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-03-29 13:49:15 +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
|