mirror of
https://github.com/EpicMorg/docker.git
synced 2025-08-13 01:29:41 +03:00
5 lines
126 B
Makefile
5 lines
126 B
Makefile
all: zwam
|
|
zwam:
|
|
docker build --compress -t epicmorg/zabbix-web-apache-mysql .
|
|
docker push epicmorg/zabbix-web-apache-mysql
|
|
|