Nix/docker: use specified system
This commit is contained in:
parent
e5fe6bf7d2
commit
e5177a8f07
@ -100,7 +100,7 @@
|
|||||||
tag = "latest";
|
tag = "latest";
|
||||||
contents = [ self.packages.${system}.default ];
|
contents = [ self.packages.${system}.default ];
|
||||||
config = {
|
config = {
|
||||||
Cmd = [ "${self.outputs.packages.x86_64-linux.default}/bin/start-bundle" ];
|
Cmd = [ "${self.outputs.packages.${system}.default}/bin/start-bundle" ];
|
||||||
Expose = [ "3001" ];
|
Expose = [ "3001" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user