mirror of
https://codeberg.org/icewind/taspromto.git
synced 2026-06-03 16:44:11 +02:00
fmt
This commit is contained in:
parent
0938b09f74
commit
5c87b874e4
6 changed files with 71 additions and 66 deletions
10
docker.nix
10
docker.nix
|
|
@ -1,6 +1,6 @@
|
|||
{ dockerTools
|
||||
, taspromto
|
||||
,
|
||||
{
|
||||
dockerTools,
|
||||
taspromto,
|
||||
}:
|
||||
dockerTools.buildLayeredImage {
|
||||
name = "icewind1991/taspromto";
|
||||
|
|
@ -11,9 +11,9 @@ dockerTools.buildLayeredImage {
|
|||
dockerTools.caCertificates
|
||||
];
|
||||
config = {
|
||||
Cmd = [ "taspromto" ];
|
||||
Cmd = ["taspromto"];
|
||||
ExposedPorts = {
|
||||
"80/tcp" = { };
|
||||
"80/tcp" = {};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue