Skip to content

Commit

Permalink
Merge pull request #32 from Xelon-AG/fix/build-docker-dev
Browse files Browse the repository at this point in the history
fix: use correct context for build-docker-dev goal
  • Loading branch information
pavel-github authored Jun 5, 2024
2 parents b671f27 + 52215fd commit 82d600d
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 @@ -61,7 +61,7 @@ build:
.PHONE: build-docker-dev
build-docker-dev: build
@echo "==> Building docker image $(IMAGE_NAME)..."
@docker build --build-arg VERSION=$(VERSION) --tag $(IMAGE_NAME):dev --file Dockerfile build
@docker build --build-arg VERSION=$(VERSION) --tag $(IMAGE_NAME):dev --file Dockerfile .


## release-docker-dev: Release development docker image.
Expand Down

0 comments on commit 82d600d

Please sign in to comment.