My docker installation lacking the ERPNext module

I installed ERPNext on Docker locally on my laptop 1 month ago. When I run Docker, the ERPNext instance has, as a module installed, Frappe and ERPNext automatically. This week I took a server in Digital Ocean and set up the ERPNext Docker. But this time, when I run Docker, the only module installed is Frappe. How can I install another module like ERPNext?

have your tried the instructions at GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP)

Thanks for replying to me.
Yes, I followed every instruction.

You have to use bench get-app inside the docker container to install the ERPNEXT app with the Frappe Framework.

1 Like

Sorry for the long delay. I reinstalled ERPNext, but this time not in Docker.