docs: fix typos in going production page

Fixes #164
This commit is contained in:
Mauricio Siu
2026-07-07 03:24:17 -06:00
parent c8f503a231
commit c03c59c391

View File

@@ -7,7 +7,7 @@ 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 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.
and all your application will be down for this reason, this is mainly problem from `Docker` since the consumption of resources such as RAM, CPU is very high to build an application.