Update start-container.sh
This commit is contained in:
@@ -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}"'
|
||||
|
||||
Reference in New Issue
Block a user