From 8a43b125634b813bda2163525b98a36790e06afb Mon Sep 17 00:00:00 2001 From: NanuIjaz <122975171+NanuIjaz@users.noreply.github.com> Date: Tue, 27 Aug 2024 20:14:17 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4eef078..785b400 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN mkdir /root/ipc WORKDIR /root/test-node RUN cat /etc/nix/nix.conf COPY . . -RUN nix build flake.nix +RUN nix run 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