kirillNevedrov opened a new pull request, #8979: URL: https://github.com/apache/devlake/pull/8979
### 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
