mirror of https://github.com/OpenVidu/openvidu.git
7 lines
221 B
Bash
7 lines
221 B
Bash
![]() |
#!/bin/bash -x
|
||
![]() |
VERSION=$1
|
||
|
if [[ ! -z $VERSION ]]; then
|
||
![]() |
docker build --pull --no-cache --rm=true -t openvidu/openvidu-deployment-tester:latest .
|
||
![]() |
else
|
||
|
echo "Error: You need to specify a version as first argument"
|
||
![]() |
fi
|