mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
2 lines
130 B
Bash
Executable file
2 lines
130 B
Bash
Executable file
app_id=`docker ps | grep docker_frappe | awk {'print $1'}`
|
|
docker exec -it $app_id bash -c 'cd frappe-bench; exec "${SHELL:-sh}"'
|