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