From 91db14654b4e1565c7713188f2bfcd282ff728f0 Mon Sep 17 00:00:00 2001 From: cmungall Date: Thu, 19 Apr 2018 14:57:47 -0700 Subject: [PATCH] Docker-experiment --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 2a27bc94..0073db68 100644 --- a/Makefile +++ b/Makefile @@ -38,3 +38,9 @@ nb: # used to make assoc_schema.py mm: ./bin/flask2marshmallow.pl ../biolink-api/biolink/datamodel/serializers.py + +VERSION = "v0.0.1" +IM = cmungall/ontobio +build-docker: + @docker build -t $(IM):$(VERSION) . \ + && docker tag $(IM):$(VERSION) $(IM):latest