Skip to content

fix: docker file path in build-grafana-image target#8979

Merged
klesh merged 1 commit into
apache:mainfrom
tech2heal:fix_build_grafana_image_target
Jul 9, 2026
Merged

fix: docker file path in build-grafana-image target#8979
klesh merged 1 commit into
apache:mainfrom
tech2heal:fix_build_grafana_image_target

Conversation

@kirillNevedrov

Copy link
Copy Markdown
Contributor

Summary

What does this PR do?

build-grafana-image target from Makefile file has wrong docker file path ./backend/Dockerfile. So the docker image build fails with file not found error.
This MR changes the file path from ./backend/Dockerfile to ./Dockerfile, allowing the image to build successfully.

Does this close any open issues?

No

Screenshots

N/A

Other Information

N/A

@klesh klesh left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch.
Thanks for your contribution.

@klesh klesh merged commit ee919fa into apache:main Jul 9, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants