feat: added dockerfile

This commit is contained in:
2026-06-26 09:37:33 +02:00
parent c86726ec9a
commit 08d0c18fe3
8 changed files with 46 additions and 10 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
<!-- Connection arrow / details -->
<div
class="flex flex-row md:flex-col items-center justify-center gap-2 text-muted-foreground min-w-[120px]"
class="flex flex-row md:flex-col items-center justify-center gap-2 text-muted-foreground min-w-30"
>
<div class="h-px w-full md:w-px md:h-12 bg-border/80"></div>
<div
-4
View File
@@ -4,7 +4,6 @@
</script>
<div class="space-y-10">
<!-- Headline -->
<div class="space-y-4">
<h1 class="text-4xl font-extrabold tracking-tight md:text-5xl leading-none">
{m.docs_limits_title()}
@@ -14,7 +13,6 @@
</p>
</div>
<!-- System Limitations -->
<div class="space-y-6">
<h2 class="text-xl font-bold tracking-tight">{m.docs_limits_sys_title()}</h2>
<p class="text-muted-foreground text-sm leading-relaxed text-pretty max-w-2xl">
@@ -28,7 +26,6 @@
</ul>
</div>
<!-- License Details -->
<div class="space-y-6 border-t border-border/60 pt-8">
<h2 class="text-xl font-bold tracking-tight">{m.docs_limits_license_title()}</h2>
<p class="text-muted-foreground text-sm leading-relaxed text-pretty max-w-2xl">
@@ -46,7 +43,6 @@
</div>
</div>
<!-- Credits -->
<div class="space-y-4 border-t border-border/60 pt-8 text-sm text-muted-foreground">
<h3 class="font-bold text-foreground text-sm">{m.docs_limits_credits_title()}</h3>
<p>{m.docs_limits_credits_desc()}</p>