feat(frappe/bench): allow 5 benches

This commit is contained in:
Revant Nandgaonkar
2020-06-11 12:55:27 +05:30
parent afd9dc560f
commit daef926b06
3 changed files with 2 additions and 9 deletions

View File

@@ -244,13 +244,6 @@ EXIT;
In case you don't use VSCode, you may start the containers manually with the following command:
### Building the containers
```shell
cd .devcontainer
docker-compose build
cd ..
```
### Running the containers
```shell
docker-compose -f .devcontainer/docker-compose.yml up -d