fix: use docker volumes (#1067)
* fix: use docker volumes remove bind mount use docker volumes * ci: remove payments app from tests
This commit is contained in:
committed by
GitHub
parent
8342bd93c8
commit
c013942d1f
@@ -204,7 +204,7 @@ bench get-app --branch version-12 https://github.com/myusername/myapp
|
||||
bench --site mysite.localhost install-app myapp
|
||||
```
|
||||
|
||||
At the time of this writing, the Payments app has been factored out of the Version 14 ERPNext app and is now a separate app. ERPNext will not install without it, however, so we need to specify `--resolve-deps` command line switch to install it.
|
||||
At the time of this writing, the Payments app has been factored out of the Version 14 ERPNext app and is now a separate app. ERPNext will not install it.
|
||||
|
||||
```shell
|
||||
bench get-app --branch version-14 --resolve-deps erpnext
|
||||
|
||||
Reference in New Issue
Block a user