meet-demo: correct Docker build command syntax in deployment README

This commit is contained in:
juancarmore 2025-10-21 18:34:16 +02:00
parent 596a3e1589
commit 6c43a108e4

View File

@ -34,7 +34,7 @@ deployment/
2. **Build the Docker image**: Build and push the Docker image to your registry if needed. 2. **Build the Docker image**: Build and push the Docker image to your registry if needed.
```bash ```bash
docker build -t openvidu/openvidu-meet-demo:{version} .. docker build -t openvidu/openvidu-meet-demo:{version} -f Dockerfile ..
docker push openvidu/openvidu-meet-demo:{version} docker push openvidu/openvidu-meet-demo:{version}
``` ```