fix pool sizes
All checks were successful
Build and Publish / build-release (push) Successful in 2m38s
All checks were successful
Build and Publish / build-release (push) Successful in 2m38s
This commit is contained in:
@@ -29,13 +29,13 @@
|
||||
meta = {
|
||||
mainProgram = "policy_service";
|
||||
};
|
||||
removeCookie = false;
|
||||
};
|
||||
dockerImage = pkgs.dockerTools.buildLayeredImage {
|
||||
name = "policy_service";
|
||||
contents = [ package pkgs.busybox pkgs.shadow ];
|
||||
contents = [ package pkgs.bashInteractive pkgs.busybox pkgs.shadow ];
|
||||
config = {
|
||||
Cmd = [ "${package}/bin/policy_service" "start" ];
|
||||
Entrypoint = [ "/bin/sh" ];
|
||||
};
|
||||
};
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user