8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219b907 commit ac0e4dcCopy full SHA for ac0e4dc
Makefile
@@ -0,0 +1,6 @@
1
+.PHONY: image
2
+
3
+IMAGE_NAME ?= codeclimate/codeclimate-eslint
4
5
+image:
6
+ docker build --rm -t $(IMAGE_NAME) .
0 commit comments