all: php
php:
	docker build --compress -t epicmorg/php:php7.3 .
	docker push epicmorg/php:php7.3