From 2ba3b017145a1dd23160b308e88c625fc208c754 Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Tue, 15 Oct 2024 10:53:52 +0530 Subject: [PATCH] chore: add link to FAQ in production container prompt --- images/production/Containerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/production/Containerfile b/images/production/Containerfile index dc13262d..1e5d1217 100644 --- a/images/production/Containerfile +++ b/images/production/Containerfile @@ -119,6 +119,8 @@ FROM base AS erpnext USER frappe +ENV PS1='Commands restricted in prodution container, Read FAQ before you proceed: https://frappe.fyi/ctr-faq\n\u:\w\$' + COPY --from=builder --chown=frappe:frappe /home/frappe/frappe-bench /home/frappe/frappe-bench WORKDIR /home/frappe/frappe-bench