Skip to content

Commit

Permalink
Restore dropped Docker line
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkovicmilos committed Jan 9, 2025
1 parent bbc1942 commit 400e32d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ FROM base AS gnoland
COPY --from=build-gno /gnoroot/build/gnoland /usr/bin/gnoland
COPY --from=build-gno /gnoroot/examples /gnoroot/examples
COPY --from=build-gno /gnoroot/gnovm/stdlibs /gnoroot/gnovm/stdlibs
COPY --from=build-gno /gnoroot/gno.land/genesis/genesis_txs.jsonl /gnoroot/gno.land/genesis/genesis_txs.jsonl
COPY --from=build-gno /gnoroot/gno.land/genesis/genesis_balances.txt /gnoroot/gno.land/genesis/genesis_balances.txt
EXPOSE 26656 26657
ENTRYPOINT ["/usr/bin/gnoland"]
Expand Down
4 changes: 2 additions & 2 deletions misc/loop/scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ gnoland config set p2p.persistent_peers "${PERSISTENT_PEERS}"
# reading and piping to the gnoland genesis commands
exec gnoland start \
--chainid="${CHAIN_ID}" \
--genesis-txs-file="/gnoroot/gno.land/genesis/genesis_txs.jsonl" \
--lazy \
--skip-failing-genesis-txs
--skip-failing-genesis-txs \
--skip-genesis-sig-verification

0 comments on commit 400e32d

Please sign in to comment.