mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-05 15:12:13 +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
|
# Documentation
|
||||||
|
|
||||||
|
### [Frequently Asked Questions](https://github.com/frappe/frappe_docker/wiki/Frequently-Asked-Questions)
|
||||||
|
|
||||||
### [Production](#production)
|
### [Production](#production)
|
||||||
|
|
||||||
- [List of containers](docs/list-of-containers.md)
|
- [List of containers](docs/list-of-containers.md)
|
||||||
|
@ -119,6 +119,8 @@ FROM base AS erpnext
|
|||||||
|
|
||||||
USER frappe
|
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
|
COPY --from=builder --chown=frappe:frappe /home/frappe/frappe-bench /home/frappe/frappe-bench
|
||||||
|
|
||||||
WORKDIR /home/frappe/frappe-bench
|
WORKDIR /home/frappe/frappe-bench
|
||||||
|
Loading…
Reference in New Issue
Block a user