2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-18 18:19:02 +00:00

Update build-container.sh

This commit is contained in:
vishalseshagiri 2017-07-24 16:19:12 +05:30 committed by GitHub
parent 11a68f831a
commit 65898b6a75

View File

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