frappe / frappe_docker

Docker images for production and development setups of the Frappe framework and ERPNext
MIT License
1.21k stars 1.2k forks source link

bench keep stoping i have to restart docker containers #1430

Open ahmadRagheb opened 2 weeks ago

ahmadRagheb commented 2 weeks ago

i have issue when i run docker development : Traceback (most recent call last): File "/home/frappe/.local/bin/bench", line 8, in sys.exit(cli()) ^^^^^ File "/home/frappe/.bench/bench/cli.py", line 74, in cli cmd_from_sys = get_cmd_from_sysargv() ^^^^^^^^^^^^^^^^^^^^^^ File "/home/frappe/.bench/bench/utils/init.py", line 581, in get_cmd_from_sysargv if sys_argv.index(arg) == 0 and arg in Bench(".").apps: ^^^^^^^^^^ File "/home/frappe/.bench/bench/bench.py", line 62, in init self.cwd = os.path.abspath(path) ^^^^^^^^^^^^^^^^^^^^^ File "", line 404, in abspath FileNotFoundError: [Errno 2] No such file or directory

i have to stop and then start docker then start bench to get it work

ahmadRagheb commented 2 weeks ago

i cant see the files in the vs code , like am disconnected from container on my vscode