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