Update start-container.sh
Former-commit-id: 3d98194a36214705d4947656a62fcdec60260554
This commit is contained in:
parent
165d66259b
commit
02ea3c8ebc
@ -1,3 +1,3 @@
|
||||
app_id=`docker ps | grep docker_frappe | awk {'print $1'}`
|
||||
|
||||
docker exec -it $app_id bash -c 'cd /home/frappe/frappe-bench && su frappe; exec "${SHELL:-sh}"'
|
||||
docker exec -it $app_id bash -c 'su frappe; exec "${SHELL:-sh}"'
|
||||
|
Loading…
x
Reference in New Issue
Block a user