Skip to content

Commit

Permalink
Embed diagcfg in participation node (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen authored Aug 15, 2024
1 parent b1a3ae8 commit fba17ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.participation
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN apt-get update && apt-get dist-upgrade -y && apt install -y jq bc curl
COPY --from=algorand --chown=0:0 /node/bin/algod /node/bin/algod
COPY --from=algorand --chown=0:0 /node/bin/goal /node/bin/goal
COPY --from=algorand --chown=0:0 /node/bin/kmd /node/bin/kmd
COPY --from=algorand --chown=0:0 /node/bin/diagcfg /node/bin/diagcfg
COPY --from=builder /build/ /node/bin/
COPY configuration /algod/configuration

Expand Down

0 comments on commit fba17ce

Please sign in to comment.