mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
Updated Docs for multi bench
This commit is contained in:
parent
aa8e7d374c
commit
84bf55860a
1 changed files with 4 additions and 1 deletions
|
|
@ -243,7 +243,10 @@ EXIT;
|
||||||
## Manually start containers
|
## Manually start containers
|
||||||
|
|
||||||
In case you don't use VSCode, you may start the containers manually with the following command:
|
In case you don't use VSCode, you may start the containers manually with the following command:
|
||||||
|
```shell
|
||||||
|
cd .devcontainer
|
||||||
|
docker-compose build
|
||||||
|
```
|
||||||
```shell
|
```shell
|
||||||
docker-compose -f .devcontainer/docker-compose.yml up -d
|
docker-compose -f .devcontainer/docker-compose.yml up -d
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue