2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-28 17:48:32 +00:00
frappe_docker/docker-enter.sh

4 lines
125 B
Bash
Raw Normal View History

app_id=`docker ps | grep docker_frappe | awk {'print $1'}`
2017-07-24 16:20:02 +05:30
docker exec -it $app_id bash -c 'su frappe; exec "${SHELL:-sh}"'