Skip to content

Commit

Permalink
Add newlines to the end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Jun 16, 2023
1 parent 9ebcae3 commit 10809a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/metrics-and-dashboards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Run it with:
docker compose up
```

Go to http://localhost:3000/dashboards to see the dashboards.
Go to http://localhost:3000/dashboards to see the dashboards.
2 changes: 1 addition & 1 deletion examples/metrics-and-dashboards/go-libp2p-node.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ COPY ./main.go .
RUN go mod init example.com/m/v2
RUN go mod tidy
RUN go build main.go
ENTRYPOINT [ "/app/main" ]
ENTRYPOINT [ "/app/main" ]
2 changes: 1 addition & 1 deletion examples/metrics-and-dashboards/grafana.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ USER root
# Grafana doesn't let us do this in provisioning, so we do it ourselves.
RUN sed -i 's/${DS_PROMETHEUS}/prometheusuid/g' /etc/grafana/dashboards/*/*.json
RUN cat /etc/grafana/dashboards/swarm/swarm.json
USER grafana
USER grafana

0 comments on commit 10809a7

Please sign in to comment.