I am using docker erpnext 14.8.3. Now i want to install app hrms module. how can i add this module

I am using docker erpnext 14.8.3. Now i want to install app hrms module. how can i add this module ?

cd ~/frappe-bench
bench get-app arms --branch version-14
bench --site yoursite.com install-app hrms

Replace yoursite.com with your site name but if you have only one site running and can’t be bothered to type your full site name just use --site all and the app will still be installed in your site.

Hope this helps.

read Frequently Asked Questions · frappe/frappe_docker Wiki · GitHub

this will only work on native bench install, it’ll not work in production containers.

Oh, i didn’t see this part. My suggested steps above won’t work in a docker environment and I don’t know how to install ERPNext using docker so unfortunately I can’t help beyond this point.

@revant_one is the guru in this area so follow his advice.