Skip to content

Commit

Permalink
add docker instructions to README
Browse files Browse the repository at this point in the history
Signed-off-by: udit-gulati <[email protected]>
  • Loading branch information
udit-gulati committed Jan 15, 2025
1 parent bb33344 commit fed6da4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ Check out [SECURITY.md](./SECURITY.md) for security concerns.
1. Build the project: `make build`

To build and start you can run: `make build start`

## Running as a docker container

1. Build the image `docker build -t bitcoin-lightclient .`
2. Run the container `docker run -e DATA_FILE_PATH=/custom/path/data.json bitcoin-lightclient`

0 comments on commit fed6da4

Please sign in to comment.