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