Rename enter-docker.sh to docker-enter.sh

This commit is contained in:
vishalseshagiri
2017-07-25 09:27:27 +05:30
committed by GitHub
parent 8ec1b10981
commit 5f40e896c3

3
docker-enter.sh Executable file
View File

@@ -0,0 +1,3 @@
app_id=`docker ps | grep docker_frappe | awk {'print $1'}`
docker exec -it $app_id bash -c 'su frappe; exec "${SHELL:-sh}"'