Skip to content

Commit

Permalink
fix devnet setup
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Santev committed Mar 13, 2024
1 parent d576cdb commit d058a03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions h_devnet/devnet_cluster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ RUN apk --no-cache add ca-certificates jq

COPY ./hydra.sh ./

RUN chmod +x /app/hydra.sh

# Expose json-rpc, libp2p, grpc and prometheus ports
EXPOSE 8545 9632 1478 5001

Expand Down
2 changes: 1 addition & 1 deletion h_devnet/devnet_cluster/hydra.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/shHYDRA_NODE_BIN
#!/bin/sh

set -e

Expand Down

0 comments on commit d058a03

Please sign in to comment.