remove mix
All checks were successful
Build and Publish / build-release (push) Successful in 2m36s

This commit is contained in:
2026-04-14 15:24:28 -05:00
parent 27801d9f2d
commit 822c133ca3

View File

@@ -32,7 +32,7 @@
}; };
dockerImage = pkgs.dockerTools.buildLayeredImage { dockerImage = pkgs.dockerTools.buildLayeredImage {
name = "policy_service"; name = "policy_service";
contents = [ package pkgs.busybox pkgs.shadow beamPackages.mix ]; contents = [ package pkgs.busybox pkgs.shadow ];
config = { config = {
Cmd = [ "${package}/bin/policy_service" "start" ]; Cmd = [ "${package}/bin/policy_service" "start" ];
Entrypoint = [ "/bin/sh" ]; Entrypoint = [ "/bin/sh" ];