2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-03 14:17:33 +00:00

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
This commit is contained in:
Revant Nandgaonkar 2024-10-15 11:38:00 +05:30 committed by GitHub
parent f0796785d1
commit 727ce423ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -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)

View File

@ -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