Hello,
I was wondering if someone can help me with setting up a docker for ERPNext.
I was able to set it up on a VM, but now I would like to switch to a docker. I have never worked with docker before so I dived into it and got to know the basics.
with https://github.com/frappe/frappe_docker/blob/main/docs/development.md I was able to set up a docker with erpnext on it. There were some errors on the way that I was able to solve, but when I tried to change from development (with “bench start”) to production (“sudo bench setup production”), I am getting errors that I cannot solve. For instance, I received a ‘Externally Managed Environment’ Error that I am not able to solve and internet is also not really helpful in solving this issue. Also, python3-venv does not want to install so I am also stuck on that.
It feels like I missed something or am doing something totally wrong, but I cannot figure it out. Would be nice if someone could help me out. Thanks in advance!