aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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