From 8322fac5c3bfa0ac78e90998639178d51173871b Mon Sep 17 00:00:00 2001 From: ubden Date: Mon, 13 Oct 2025 23:13:06 +0300 Subject: [PATCH] fix: Correct comment formatting in Dockerfile for LMS application installation --- dokploy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dokploy/Dockerfile b/dokploy/Dockerfile index 536c33c0..c872d214 100644 --- a/dokploy/Dockerfile +++ b/dokploy/Dockerfile @@ -125,7 +125,7 @@ RUN cd /home/frappe/frappe-bench && \ bench get-app --branch=version-15 --resolve-deps erpnext https://github.com/frappe/erpnext && \ # CRM - version-15 branch kullan bench get-app --branch=version-15 crm https://github.com/frappe/crm && \ - # LMS - version-15 branch kullan + # LMS - version-15 branch kullan bench get-app --branch=version-15 lms https://github.com/frappe/lms && \ # Builder - Frappe v15 ile uyumlu bench get-app --branch=main builder https://github.com/frappe/builder && \