mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 16:55:08 +00:00
chore: add message link to FAQ in production container
This commit is contained in:
parent
2ba3b01714
commit
c0be742e9c
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ FROM base AS erpnext
|
||||||
|
|
||||||
USER frappe
|
USER frappe
|
||||||
|
|
||||||
ENV PS1='Commands restricted in prodution container, Read FAQ before you proceed: https://frappe.fyi/ctr-faq\n\u:\w\$'
|
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue