add migration
All checks were successful
Build and Publish / build-release (push) Successful in 1m20s

This commit is contained in:
2026-04-15 17:01:06 -05:00
parent 8b54f20828
commit 9a0dc4942d
7 changed files with 62 additions and 1 deletions

View File

@@ -35,7 +35,7 @@
name = "customer_service";
contents = [ package pkgs.bashInteractive pkgs.busybox pkgs.shadow ];
config = {
Cmd = [ "${package}/bin/customer_service" "start" ];
Cmd = [ "${package}/bin/customer_service" ];
};
};
in