Skip to content

Commit

Permalink
update Dockerfile genesis path
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg committed Dec 1, 2022
1 parent 3c46d23 commit c9cdc88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ ENV CHAIN_ID="localterra" \
ACCOUNT_ADDRESS_PREFIX="terra" \
BOND_DENOM="uluna" \
RPC_ENDPOINTS="http://localhost:26657" \
WS_ENDPOINTS="ws://localhost:26657/websocket" \
GENESIS_PATH=""
WS_ENDPOINTS="ws://localhost:26657/websocket"

# lcd & grpc ports
EXPOSE 1317 9090
Expand Down

0 comments on commit c9cdc88

Please sign in to comment.