Skip to content

Commit

Permalink
Fix container build Dockefile path
Browse files Browse the repository at this point in the history
  • Loading branch information
pehala committed May 23, 2024
1 parent 94099dc commit a8eecb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DOCKER ?= podman

.PHONY: build
build:
$(DOCKER) build -t quay.io/3scale/threescale-wasm-auth:$(IMAGE_VERSION) -f $(PROJECT_PATH)/Dockerfile $(PROJECT_PATH)
$(DOCKER) build -t quay.io/3scale/threescale-wasm-auth:$(IMAGE_VERSION) -f Dockerfile $(PROJECT_PATH)

.PHONY: clean
clean:
Expand Down

0 comments on commit a8eecb9

Please sign in to comment.