mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
Merge pull request #162 from iam-eurika/typo_fix
docs: typo fix in the going-production
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user