Skip to content

Commit 6e2e39f

Browse files
joshuakarpCMCDragonkai
authored andcommitted
Cmd changed to Entrypoint for docker config
1 parent 35ae162 commit 6e2e39f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ in
9797
mkdir -m 1777 tmp
9898
'';
9999
config = {
100-
Cmd = [ "/bin/polykey" ];
100+
Entrypoint = [ "/bin/polykey" ];
101101
};
102102
};
103103
package = {

0 commit comments

Comments
 (0)