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