Mettre à jour processus docker pour le projet #1

Merged
vlbeaudoin merged 9 commits from feature/docker-compose into main 2023-05-05 18:01:34 -04:00
Showing only changes of commit 2d352f556d - Show all commits

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 .