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}"'