Skip to content

Commit

Permalink
feat: add makefile;
Browse files Browse the repository at this point in the history
  • Loading branch information
eliseomartelli committed Jul 9, 2024
1 parent 7b4c3ac commit 5d9455a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name = reproducible-bioinformatics/lemaitre
build-arg := $(shell git rev-parse --short HEAD)

build:
docker build \
--build-arg GIT_REVISION=$(build-arg) \
-t $(name):$(build-arg) \
-t $(name):latest \
.

0 comments on commit 5d9455a

Please sign in to comment.