We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c707b21 commit ae4a663Copy full SHA for ae4a663
Makefile
@@ -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