Skip to content

Commit e421727

Browse files
authored
Merge pull request #162 from iam-eurika/typo_fix
docs: typo fix in the going-production
2 parents 94c1c63 + 87f5688 commit e421727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/docs/content/docs/core/applications/going-production.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Learn how to deploy your application in production in Dokploy.
66
import { Callout } from 'fumadocs-ui/components/callout';
77

88
By default, dokploy offer multiple [Builds Types](/docs/core/applications/build-type) to deploy your application, the most common is `nixpacks` and `heroku buildpacks`
9-
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
9+
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
1010
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.
1111

1212

0 commit comments

Comments
 (0)