Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NanuIjaz authored Aug 27, 2024
1 parent 016e1b2 commit 6330b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN mkdir /root/ipc
WORKDIR /root/test-node
RUN cat /etc/nix/nix.conf
COPY . .
RUN nix build
RUN nix build flake.nix
RUN nix build .#cardano-cli-ng -o cardano-cli-ng-build
RUN nix build .#cardano-node-ng -o cardano-node-ng-build
RUN nix build .#cardano-cli -o cardano-cli-build
Expand Down

0 comments on commit 6330b69

Please sign in to comment.