feat(Makefile): pour construire l'image

This commit is contained in:
Olivier DOSSMANN 2022-10-03 22:37:50 +02:00
parent 4dafa8b96d
commit e153747eec

5
Makefile Normal file
View File

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