diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a50a986 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ + USERNAME=salmonllama + IMAGE=fsbot + TAG := $(shell git describe --tags) + +docker: + echo ${TAG} + docker build -t ${USERNAME}/${IMAGE}:${TAG} . \ No newline at end of file