MAKEFLAGS += --silent .PHONY: * LOCAL_REPOSITORY=fedy95/baseimage:autossl TAG=latest build: docker build -t ${LOCAL_REPOSITORY}-${TAG} image -f image/Dockerfile .DEFAULT_GOAL := build