mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-19 06:35:10 +00:00
more
This commit is contained in:
parent
4feb7f357d
commit
501185d832
1 changed files with 1 additions and 3 deletions
4
dbench
4
dbench
|
|
@ -40,9 +40,7 @@ then
|
|||
elif [[ $1 == 'init' && $2 == '-d' ]]
|
||||
then
|
||||
frappe_installer
|
||||
docker exec -it frappe bash -c "ls frappe-bench/sites/"
|
||||
docker exec -it frappe bash -c "ls frappe-bench/sites/site1.local"
|
||||
docker exec -it frappe bash -c "cat frappe-bench/sites/site1.local/site_config.json"
|
||||
docker exec -it frappe bash -c "cat ~/frappe-bench/sites/site1.local/site_config.json"
|
||||
|
||||
elif [ $1 == 'init' ]
|
||||
then
|
||||
|
|
|
|||
Loading…
Reference in a new issue