This commit is contained in:
Robin Appelman 2026-03-26 16:29:00 +01:00
commit c3b5238a51
13 changed files with 532 additions and 603 deletions

View file

@ -1,19 +0,0 @@
{
dockerTools,
taspromto,
}:
dockerTools.buildLayeredImage {
name = "icewind1991/taspromto";
tag = "latest";
maxLayers = 5;
contents = [
taspromto
dockerTools.caCertificates
];
config = {
Cmd = ["taspromto"];
ExposedPorts = {
"80/tcp" = {};
};
};
}