frappe_docker icon indicating copy to clipboard operation
frappe_docker copied to clipboard

bench keep stoping i have to restart docker containers

Open ahmadRagheb opened this issue 7 months ago • 1 comments

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 avatar Jul 07 '24 00:07 ahmadRagheb