meet-demo: correct Docker build command syntax in deployment README
This commit is contained in:
parent
596a3e1589
commit
6c43a108e4
@ -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}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user