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:
parent
f0796785d1
commit
727ce423ec
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user