Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat authored and SergeyKleyman committed Sep 13, 2022
1 parent 772dc7a commit 008dcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ help: ## Display this help text
all: build test

build: ## Build docker image
@docker build --file Dockerfile --tag=${IMAGE}:${VERSION} .
@docker build --tag=${IMAGE}:${VERSION} .

bats: ## Install bats in the project itself
@git clone https://github.com/sstephenson/bats.git
Expand Down

0 comments on commit 008dcb3

Please sign in to comment.