Retirer Makefile

Fonctionalités déplacées vers docker-compose.yaml
This commit is contained in:
Victor Lacasse-Beaudoin 2023-05-05 17:51:08 -04:00
parent e050783866
commit 2d352f556d

View file

@ -1,11 +0,0 @@
# SHELL = /bin/sh
.DEFAULT_GOAL := help
.PHONY: help
help: ## Show this help
@egrep -h '\s##\s' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
.PHONY: build
build: ## Build une image selon ./Dockerfile
docker build -t agecem/babillard:latest .