mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
chore: add link to FAQ in production container prompt
This commit is contained in:
parent
f0796785d1
commit
2ba3b01714
1 changed files with 2 additions and 0 deletions
|
|
@ -119,6 +119,8 @@ FROM base AS erpnext
|
|||
|
||||
USER frappe
|
||||
|
||||
ENV PS1='Commands restricted in prodution container, Read FAQ before you proceed: https://frappe.fyi/ctr-faq\n\u:\w\$'
|
||||
|
||||
COPY --from=builder --chown=frappe:frappe /home/frappe/frappe-bench /home/frappe/frappe-bench
|
||||
|
||||
WORKDIR /home/frappe/frappe-bench
|
||||
|
|
|
|||
Loading…
Reference in a new issue