mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
Update build-container.sh
This commit is contained in:
parent
11a68f831a
commit
65898b6a75
1 changed files with 0 additions and 3 deletions
|
|
@ -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}"'
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue