Update build-container.sh
Former-commit-id: 65898b6a75ec604e8001f6e69148d681f8df0127
This commit is contained in:
parent
3a825f44d2
commit
165d66259b
@ -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}"'
|
||||
|
Loading…
x
Reference in New Issue
Block a user