mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-25 16:18:32 +00:00
commit
c149a93f31
@ -30,6 +30,8 @@ services:
|
|||||||
frappe:
|
frappe:
|
||||||
image: frappe/bench:latest
|
image: frappe/bench:latest
|
||||||
command: sleep infinity
|
command: sleep infinity
|
||||||
|
environment:
|
||||||
|
- SHELL=/bin/bash
|
||||||
volumes:
|
volumes:
|
||||||
- ..:/workspace:cached
|
- ..:/workspace:cached
|
||||||
working_dir: /workspace/development
|
working_dir: /workspace/development
|
||||||
|
@ -58,7 +58,7 @@ Notes:
|
|||||||
Run the following commands in the terminal inside the container. You might need to create a new terminal in VSCode.
|
Run the following commands in the terminal inside the container. You might need to create a new terminal in VSCode.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
bench init --skip-redis-config-generation --frappe-branch version-12 frappe-bench
|
bench init --skip-redis-config-generation --frappe-branch version-13 frappe-bench
|
||||||
cd frappe-bench
|
cd frappe-bench
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user