Skip to content

Commit

Permalink
Merge pull request #21 from paulfantom/dockerfile
Browse files Browse the repository at this point in the history
move Dockerfile to TLD
  • Loading branch information
paulfantom committed Aug 14, 2018
2 parents 87367bb + 438f772 commit f34d5dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test: ## Run tests
.PHONY: image
image: build ## Build docker image
@echo -e "\033[32mBuilding image $(IMAGE):$(VERSION)...\033[0m"
docker build -t "$(IMAGE):$(VERSION)" -f ./cmd/Dockerfile ./
docker build -t "$(IMAGE):$(VERSION)" ./
@echo -e "\033[32mTagging image as $(IMAGE):$(MUTABLE_TAG)...\033[0m"
docker tag "$(IMAGE):$(VERSION)" "$(IMAGE):$(MUTABLE_TAG)"

Expand Down

0 comments on commit f34d5dd

Please sign in to comment.