2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-02-01 00:00:45 +03:00

5 lines
108 B
Makefile
Raw Normal View History

2020-07-30 18:18:19 +03:00
all: php
php:
docker build --compress -t epicmorg/websites:php7.4 .
docker push epicmorg/websites:php7.4