Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
revert dockerignore changes

revert dockerignore changes
  • Loading branch information
paweljakubas committed Nov 8, 2024
1 parent 50d69d1 commit 49b6461
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Dockerfile
.gitignore

# haskell
dist
dist-*
cabal-dev
*.o
*.hi
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -765,10 +765,12 @@ $ cardano-address key public --without-chain-code < key.xsk | cardano-address ke

## Docker Image

Please make sure you have [just](https://github.com/casey/just) installed as `justfile` is used for building Docker image

### Build

```console
$ docker build -t cardano-address .
$ just clean-build-docker
```

### Run
Expand Down

0 comments on commit 49b6461

Please sign in to comment.