This commit is contained in:
2024-12-18 19:41:12 -06:00
committed by James Eversole
parent b3dd945b82
commit dcf8120dea
4 changed files with 6 additions and 39 deletions

View File

@ -41,26 +41,5 @@
};
devShell = self.devShells.${system}.default;
packages.${containerPackageName} = pkgs.dockerTools.buildImage {
name = "sapling";
copyToRoot = pkgs.buildEnv {
name = "image-root";
paths = [ sapling ];
pathsToLink = [ "/bin" ];
};
tag = "latest";
config = {
Cmd = [
"/bin/sapling"
];
WorkingDir = "/app";
ExposedPorts = {
"3000/tcp" = {};
};
extraCommands = ''
'';
};
};
});
}