From 0f57e9815e979dcaa34c49d31125a562887e2d4f Mon Sep 17 00:00:00 2001 From: Md Hussain Nagaria <34810212+NagariaHussain@users.noreply.github.com> Date: Mon, 21 Apr 2025 18:27:22 +0200 Subject: [PATCH] chore: change short link --- images/production/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/production/Containerfile b/images/production/Containerfile index 7f36e0ed..69d7250e 100644 --- a/images/production/Containerfile +++ b/images/production/Containerfile @@ -122,7 +122,7 @@ FROM base AS erpnext USER frappe -RUN echo "echo \"Commands restricted in prodution container, Read FAQ before you proceed: https://frappe.fyi/ctr-faq\"" >> ~/.bashrc +RUN echo "echo \"Commands restricted in prodution container, Read FAQ before you proceed: https://frappe.io/ctr-faq\"" >> ~/.bashrc COPY --from=builder --chown=frappe:frappe /home/frappe/frappe-bench /home/frappe/frappe-bench