Add /bin/bash to create_image.sh script

pull/780/head
pabloFuente 2023-02-28 16:34:03 +01:00
parent 9a3b7d5ae7
commit f48e1f805f
2 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#!/bin/bash -x
VERSION=$1
if [[ ! -z $VERSION ]]; then
docker build --pull --no-cache --rm=true -t openvidu/openvidu-health-checker:$VERSION .

View File

@ -1,5 +1,4 @@
#!/bin/bash -x
VERSION=$1
if [[ ! -z $VERSION ]]; then
cp ../utils/discover_my_public_ip.sh ./discover_my_public_ip.sh