2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00

Update build-container.sh

Former-commit-id: 65898b6a75
This commit is contained in:
vishalseshagiri 2017-07-24 16:19:12 +05:30 committed by GitHub
parent 3a825f44d2
commit 165d66259b

View File

@ -5,6 +5,3 @@ echo 'export DB_PASS='$DB_PASS >> ~/.bashrc
source ~/.bashrc source ~/.bashrc
docker-compose up -d 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}"'