From 758c355b8c4a2b5e170b6b758778df48c26b9587 Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Sun, 27 Oct 2024 14:44:17 +0530 Subject: [PATCH] chore: fix pre-commit lint for md file --- docs/custom-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom-apps.md b/docs/custom-apps.md index 80e8a1e2..d979aa5d 100644 --- a/docs/custom-apps.md +++ b/docs/custom-apps.md @@ -69,7 +69,7 @@ Notes ### Quick build image -This method uses pre-built `frappe/base:${FRAPPE_BRANCH}` and `frappe/build:${FRAPPE_BRANCH}` image layers which come with required Python and NodeJS runtime. It speeds up the build time. +This method uses pre-built `frappe/base:${FRAPPE_BRANCH}` and `frappe/build:${FRAPPE_BRANCH}` image layers which come with required Python and NodeJS runtime. It speeds up the build time. It uses `images/layered/Containerfile`.