We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a51deb commit ee919faCopy full SHA for ee919fa
1 file changed
Makefile
@@ -29,7 +29,7 @@ build-config-ui-image:
29
cd config-ui; docker build -t $(IMAGE_REPO)/devlake-config-ui:$(TAG) --file ./Dockerfile .
30
31
build-grafana-image:
32
- cd grafana; docker build -t $(IMAGE_REPO)/devlake-dashboard:$(TAG) --file ./backend/Dockerfile .
+ cd grafana; docker build -t $(IMAGE_REPO)/devlake-dashboard:$(TAG) --file ./Dockerfile .
33
34
build-images: build-server-image build-config-ui-image build-grafana-image
35
0 commit comments