Skip to content

Commit fa3ef7c

Browse files
Fix docker image
1 parent c0ce4c7 commit fa3ef7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/outputs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ let
3939
];
4040
};
4141
config = {
42-
Entrypoint = [ "${packages.dmq-node-static}/bin/dmq-node-static" ];
42+
Entrypoint = [ "${packages.dmq-node-static}/bin/dmq-node" ];
4343
};
4444
};
4545
};

0 commit comments

Comments
 (0)