mirror of
https://github.com/EpicMorg/docker.git
synced 2025-10-09 21:11:12 +03:00
4 lines
98 B
Makefile
4 lines
98 B
Makefile
all: php
|
|
php:
|
|
docker build --compress -t epicmorg/php:latest .
|
|
docker push epicmorg/php:latest
|