mirror of
https://github.com/EpicMorg/docker.git
synced 2025-08-11 00:29:40 +03:00
4 lines
108 B
Makefile
4 lines
108 B
Makefile
all: php
|
|
php:
|
|
docker build --compress -t epicmorg/websites:php7.4 .
|
|
docker push epicmorg/websites:php7.4
|