From 727ce423ec9eb5698e7a607f41c207dd1c74faf9 Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Tue, 15 Oct 2024 11:38:00 +0530 Subject: [PATCH] chore: add link to FAQ in production container (#1493) * chore: add link to FAQ in production container prompt * chore: add message link to FAQ in production container * docs: add link to FAQ in README --- README.md | 2 ++ images/production/Containerfile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index c341160e..5eece84d 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ If you ran in a Dev Docker environment, to view container logs: `docker compose # Documentation +### [Frequently Asked Questions](https://github.com/frappe/frappe_docker/wiki/Frequently-Asked-Questions) + ### [Production](#production) - [List of containers](docs/list-of-containers.md) diff --git a/images/production/Containerfile b/images/production/Containerfile index dc13262d..fddfdeaf 100644 --- a/images/production/Containerfile +++ b/images/production/Containerfile @@ -119,6 +119,8 @@ 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 + COPY --from=builder --chown=frappe:frappe /home/frappe/frappe-bench /home/frappe/frappe-bench WORKDIR /home/frappe/frappe-bench