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