Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 430 Bytes

patch-code-from-images.md

File metadata and controls

10 lines (7 loc) · 430 Bytes

Example: https://discuss.erpnext.com/t/sms-two-factor-authentication-otp-msg-change/47835

Above example needs following Dockerfile based patch

FROM frappe/erpnext-worker:v12.17.0

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