diff options
author | Cody Hiar <cody.hiar@investopedia.com> | 2016-09-02 17:11:35 -0600 |
---|---|---|
committer | Cody Hiar <cody.hiar@investopedia.com> | 2016-09-02 17:12:04 -0600 |
commit | e3610597cbcf6383dace3280902ab4e9e52333d3 (patch) | |
tree | b65712851a042977b12a8faa31384a89f6d0b985 /Makefile | |
parent | e91b54d9ec6c1287be2519904a9f39beb3485846 (diff) |
Adding more functionality
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 |