Frappe+ERPNext installation/usage with no internet connection

Hello,

I installed Frappe+ERPNext on a local server not connected to the internet using docker.
Each bench command tries to connect to the internet.
Is there a version(parameter) that is intended to be used without internet ? (local dependency repository or has all the dependencies required to operate without internet).

Thanks in advance.

Hi @Cogne and welcome to the community

The way I understand it (and I am no expert here) once you download the full image and the scripts (bench commands you are referring to) do the setup you dont need the internet anymore and everything can run on your localserver

Try GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps ยท GitHub

Best of luck in your ERPNext journey