mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 16:55:08 +00:00
fix: Correct comment formatting in Dockerfile for LMS application installation
This commit is contained in:
parent
10bcb6a2c9
commit
8322fac5c3
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ RUN cd /home/frappe/frappe-bench && \
|
||||||
bench get-app --branch=version-15 --resolve-deps erpnext https://github.com/frappe/erpnext && \
|
bench get-app --branch=version-15 --resolve-deps erpnext https://github.com/frappe/erpnext && \
|
||||||
# CRM - version-15 branch kullan
|
# CRM - version-15 branch kullan
|
||||||
bench get-app --branch=version-15 crm https://github.com/frappe/crm && \
|
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 && \
|
bench get-app --branch=version-15 lms https://github.com/frappe/lms && \
|
||||||
# Builder - Frappe v15 ile uyumlu
|
# Builder - Frappe v15 ile uyumlu
|
||||||
bench get-app --branch=main builder https://github.com/frappe/builder && \
|
bench get-app --branch=main builder https://github.com/frappe/builder && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue