diff --git a/Makefile b/Makefile new file mode 100644 index 000000000..3b5a0f776 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +.PHONY: image + +IMAGE_NAME ?= codeclimate/codeclimate-eslint + +image: + docker build --rm -t $(IMAGE_NAME) .