feat(Makefile): pour construire l'image

master
Olivier DOSSMANN 2022-10-03 22:37:50 +02:00
parent 4dafa8b96d
commit e153747eec
1 changed files with 5 additions and 0 deletions

5
Makefile 100644
View File

@ -0,0 +1,5 @@
NAME ?= rawdog
VERSION ?= 0.1
build:
docker build -t ${NAME}:${VERSION} .