Skip to content

Commit

Permalink
Add CARDANO_NODE_SOCKET_PATH environment variable
Browse files Browse the repository at this point in the history
This is required for issuing `cardano-cli` commands
  • Loading branch information
Asafffff committed Sep 15, 2021
1 parent a2231b9 commit 75356a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/docker/node/dockerfile_stage2
Expand Up @@ -2,6 +2,7 @@ FROM cardanocommunity/cardano-node:stage1

ENV \
CNODE_HOME=/opt/cardano/cnode \
CARDANO_NODE_SOCKET_PATH=$CNODE_HOME/sockets/node0.socket \
DEBIAN_FRONTEND=noninteractive \
LANG=C.UTF-8 \
USER=root \
Expand Down

0 comments on commit 75356a1

Please sign in to comment.