Browse Source

feat(Makefile): pour construire l'image

master
Olivier DOSSMANN 6 months ago
parent
commit
e153747eec
  1. 5
      Makefile

5
Makefile

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