mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 06:05:09 +00:00
finally
This commit is contained in:
parent
501185d832
commit
7c51ae9ae0
1 changed files with 1 additions and 1 deletions
2
dbench
2
dbench
|
|
@ -40,7 +40,7 @@ then
|
|||
elif [[ $1 == 'init' && $2 == '-d' ]]
|
||||
then
|
||||
frappe_installer
|
||||
docker exec -it frappe bash -c "cat ~/frappe-bench/sites/site1.local/site_config.json"
|
||||
docker exec -it frappe bash -c "bench set-config \"developer_mode\" 1 && bench clear-cache"
|
||||
|
||||
elif [ $1 == 'init' ]
|
||||
then
|
||||
|
|
|
|||
Loading…
Reference in a new issue