Skip to content

Commit

Permalink
Add a docker section
Browse files Browse the repository at this point in the history
  • Loading branch information
v0d1ch committed Dec 27, 2023
1 parent 4eb69ec commit 5961f04
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@ nix develop
cabal run easy-rider
```

You can also build and load docker images using nix:

```
nix build .#docker-easy-rider
docker load < result
```

If you don't use nix then you need to provide the dependencies yourself. The
app depends on `mithril-client 2337.0`, `cardano-node 8.1.2`, `ghc 9.2.8` and
`cabal 3.0`.

0 comments on commit 5961f04

Please sign in to comment.