Skip to content

Commit

Permalink
docs: add $PWD to the docker run command
Browse files Browse the repository at this point in the history
Signed-off-by: Chinmay D. Pai <[email protected]>
  • Loading branch information
Thunderbottom committed Nov 9, 2020
1 parent d0efebc commit 0aeb8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To locally build and run the docker image:

```shell
$ docker build -t grafana-export -f docker/Dockerfile .
$ docker run -v ./dashboards:/dashboards \
$ docker run -v $(pwd)/dashboards:/dashboards \
-e GEXPORT_URL=<grafana-url> \
-e GEXPORT_API_KEY=<api-key> \
-e GEXPORT_OVERWRITE=true \
Expand Down

0 comments on commit 0aeb8b5

Please sign in to comment.