Skip to content

Commit ae4a663

Browse files
committed
Added makefile for building the docker image and pushing it to Docker Hub
1 parent c707b21 commit ae4a663

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
version ?= latest
3+
4+
build:
5+
docker build --tag crukcibioinformatics/shiny-base:${version} .
6+
7+
release: build
8+
docker push crukcibioinformatics/shiny-base:${version}
9+

0 commit comments

Comments
 (0)