mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25: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' ]]
|
elif [[ $1 == 'init' && $2 == '-d' ]]
|
||||||
then
|
then
|
||||||
frappe_installer
|
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' ]
|
elif [ $1 == 'init' ]
|
||||||
then
|
then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue