6 lines
76 B
Makefile
6 lines
76 B
Makefile
|
NAME ?= rawdog
|
||
|
VERSION ?= 0.1
|
||
|
|
||
|
build:
|
||
|
docker build -t ${NAME}:${VERSION} .
|