aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCody Hiar <cody.hiar@investopedia.com>2016-09-02 17:11:35 -0600
committerCody Hiar <cody.hiar@investopedia.com>2016-09-02 17:12:04 -0600
commite3610597cbcf6383dace3280902ab4e9e52333d3 (patch)
treeb65712851a042977b12a8faa31384a89f6d0b985 /Makefile
parente91b54d9ec6c1287be2519904a9f39beb3485846 (diff)
Adding more functionality
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
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