From 87f56886c498504ed8ca8299393aeba45a0cb864 Mon Sep 17 00:00:00 2001 From: iam-eurika Date: Sun, 17 May 2026 08:17:09 +0000 Subject: [PATCH] docs: typo fix in the going-production --- apps/docs/content/docs/core/applications/going-production.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/docs/core/applications/going-production.mdx b/apps/docs/content/docs/core/applications/going-production.mdx index c00c9eb..1323c1d 100644 --- a/apps/docs/content/docs/core/applications/going-production.mdx +++ b/apps/docs/content/docs/core/applications/going-production.mdx @@ -6,7 +6,7 @@ description: Learn how to deploy your application in production in Dokploy. import { Callout } from 'fumadocs-ui/components/callout'; By default, dokploy offer multiple [Builds Types](/docs/core/applications/build-type) to deploy your application, the most common is `nixpacks` and `heroku buildpacks` -however this also comes with problems, first is the resources that are required to build your application which some times can lead to timeout on your server or even freezeing your server +however this also comes with problems, first is the resources that are required to build your application which some times can lead to timeout on your server or even freezing your server and all your application will be down for this reasson, this is mainly problem from `Docker` since the comsumption of resources such as RAM, CPU is very high to build an application.