- Added new tutorial for screenshare - Update FROM of all demos docker images - Don't use upstream in nginx. This will make nginx stop when a domain is not reachable on startup.
5 lines
232 B
Bash
Executable File
5 lines
232 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker build --pull --no-cache --rm=true --build-arg OPENVIDU_TUTORIALS_VERSION="$1" -t openvidu/openvidu-basic-screenshare .
|
|
docker tag openvidu/openvidu-basic-screenshare:latest openvidu/openvidu-basic-screenshare:$1
|