2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-11 09:35:12 +00:00

Merge pull request #517 from revant/dev-docs

dev updates
This commit is contained in:
Revant Nandgaonkar 2021-09-15 15:12:37 +05:30 committed by GitHub
commit c149a93f31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -30,6 +30,8 @@ services:
frappe:
image: frappe/bench:latest
command: sleep infinity
environment:
- SHELL=/bin/bash
volumes:
- ..:/workspace:cached
working_dir: /workspace/development

View File

@ -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.
```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
```