2022-05-13 13:59:29 +02:00

8 lines
160 B
Markdown

## OpenVidu Call docker
To build the Docker image:
```
docker build -f Dockerfile -t <your-tag-name> --build-arg RELEASE_VERSION=<your-release-version> .
```