From e3610597cbcf6383dace3280902ab4e9e52333d3 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 2 Sep 2016 17:11:35 -0600 Subject: Adding more functionality --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 654f19f..340cc0f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ help: build: ## Build the image clear make build-shellcheck - docker build -t thornycrackers/alpine . + docker build -t thornycrackers/neovim . build-shellcheck: ## build the shellcheck binaries clear @@ -12,7 +12,4 @@ build-shellcheck: ## build the shellcheck binaries docker run --rm -it -v $(CURDIR):/mnt thornycrackers/shellcheck enter: ## Enter the image - docker run -i -t thornycrackers/alpine - -clearn: ## Remove the shellcheck binaries - rm -rf package + docker run -i -t thornycrackers/neovim /bin/zsh -- cgit v1.2.3