From c0be742e9cac2bb910bdfba8445990acba779715 Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Tue, 15 Oct 2024 11:24:04 +0530 Subject: [PATCH] chore: add message link to FAQ in production container --- images/production/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/production/Containerfile b/images/production/Containerfile index 1e5d1217..fddfdeaf 100644 --- a/images/production/Containerfile +++ b/images/production/Containerfile @@ -119,7 +119,7 @@ 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\$' +RUN echo "echo \"Commands restricted in prodution container, Read FAQ before you proceed: https://frappe.fyi/ctr-faq\"" >> ~/.bashrc COPY --from=builder --chown=frappe:frappe /home/frappe/frappe-bench /home/frappe/frappe-bench