Skip to content

Commit

Permalink
docs(website): update node-runner-manual "how to compare .env and .en…
Browse files Browse the repository at this point in the history
…v.sample" (#14831)

Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com>
  • Loading branch information
2 people authored and KorbinianK committed Oct 2, 2023
1 parent e7c66a3 commit df2e8b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/website/pages/docs/manuals/node-runner-manual.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,9 @@ docker compose logs -f zkevm_chain_prover_rpcd
```sh
docker stats
```

## Compare .env and .env.sample

```sh
sdiff .env .env.sample
```

0 comments on commit df2e8b9

Please sign in to comment.