From 65898b6a75ec604e8001f6e69148d681f8df0127 Mon Sep 17 00:00:00 2001 From: vishalseshagiri Date: Mon, 24 Jul 2017 16:19:12 +0530 Subject: [PATCH] Update build-container.sh --- build-container.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-container.sh b/build-container.sh index 8812299b..df8a74b6 100755 --- a/build-container.sh +++ b/build-container.sh @@ -5,6 +5,3 @@ echo 'export DB_PASS='$DB_PASS >> ~/.bashrc source ~/.bashrc docker-compose up -d -app_id=`docker ps | grep docker_frappe | awk {'print $1'}` - -docker exec -it $app_id bash -c './setup.sh; exec "${SHELL:-sh}"'