Skip to content

Commit

Permalink
fix: dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Dec 18, 2024
1 parent a48ad3c commit 6c02b5d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM docker.io/grafana/grafana:11.2.5

COPY info8fcc-greptimedb-datasource.zip /
RUN unzip -d info8fcc-greptimedb-datasource.zip /var/lib/grafana/plugins/
RUN rm /info8fcc-greptimedb-datasource.zip
COPY info8fcc-greptimedb-datasource.zip .
RUN unzip info8fcc-greptimedb-datasource.zip -d /var/lib/grafana/plugins/

0 comments on commit 6c02b5d

Please sign in to comment.