Skip to content

Commit

Permalink
chore: adding examples to govdev Docker image (#3788)
Browse files Browse the repository at this point in the history
  • Loading branch information
sw360cab authored Feb 19, 2025
1 parent 2d2f96b commit ec696d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ dockers:
ids:
- gnodev
extra_files:
- examples
- gno.land/genesis/genesis_balances.txt
- gno.land/genesis/genesis_txs.jsonl
- use: buildx
Expand All @@ -358,6 +359,7 @@ dockers:
ids:
- gnodev
extra_files:
- examples
- gno.land/genesis/genesis_balances.txt
- gno.land/genesis/genesis_txs.jsonl

Expand Down
1 change: 1 addition & 0 deletions Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ ENTRYPOINT [ "/usr/bin/gnofaucet" ]
FROM base as gnodev

COPY ./gnodev /usr/bin/gnodev
COPY ./examples /gnoroot/examples/
COPY ./gno.land/genesis/genesis_balances.txt /gnoroot/gno.land/genesis/genesis_balances.txt
COPY ./gno.land/genesis/genesis_txs.jsonl /gnoroot/gno.land/genesis/genesis_txs.jsonl
# gnoweb exposed by default
Expand Down

0 comments on commit ec696d4

Please sign in to comment.