Updated Docs for multi bench
This commit is contained in:
@@ -243,7 +243,10 @@ EXIT;
|
||||
## Manually start containers
|
||||
|
||||
In case you don't use VSCode, you may start the containers manually with the following command:
|
||||
|
||||
```shell
|
||||
cd .devcontainer
|
||||
docker-compose build
|
||||
```
|
||||
```shell
|
||||
docker-compose -f .devcontainer/docker-compose.yml up -d
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user