2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-06 23:43:59 +00:00

docs: fix patch code from images

This commit is contained in:
Revant Nandgaonkar 2022-01-14 11:49:23 +05:30
parent 1365662cbb
commit b8b703572b

View File

@ -5,6 +5,6 @@ Above example needs following Dockerfile based patch
```Dockerfile
FROM frappe/erpnext-worker:v12.17.0
RUN install_app custom_app https://github.com/username/custom_app version-12
RUN /home/frappe/frappe-bench/env/bin/pip -e /home/frappe/frappe-bench/apps/custom_app
RUN sed -i -e "s/Your verification code is/আপনার লগইন কোড/g" /home/frappe/frappe-bench/apps/frappe/frappe/twofactor.py
```