Beautify create_image.sh for openvidu-deployment-tester

pull/797/head
pabloFuente 2023-03-23 16:15:30 +01:00
parent 9080159736
commit d996e41258
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
#!/bin/bash -x
VERSION=$1
if [[ ! -z $VERSION ]]; then
docker build --pull --no-cache --rm=true -t "openvidu/openvidu-deployment-tester:${VERSION}" .
else
echo "Error: You need to specify a version as first argument"
fi
fi