Skip to content

Commit

Permalink
Update Dockerfile.node
Browse files Browse the repository at this point in the history
  • Loading branch information
NanuIjaz authored Oct 4, 2023
1 parent 0613b53 commit 5d44cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.node
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ RUN cabal update \
&& echo " flags: -external-libsodium-vrf" >> cabal.project.local \
&& cabal build all \
&& mkdir -p /root/.local/bin/ \
&& ls
&& find / -name cardano-cli-*
&& ls \
&& find / -name cardano-cli-* \
&& cp -p dist-newstyle/build/x86_64-linux/ghc-8.10.7/cardano-node-*/x/cardano-node/build/cardano-node/cardano-node /root/.local/bin/ \
&& cp -p dist-newstyle/build/x86_64-linux/ghc-8.10.7/cardano-cli-*/x/cardano-cli/build/cardano-cli/cardano-cli /root/.local/bin/

Expand Down

0 comments on commit 5d44cef

Please sign in to comment.