mirror of https://github.com/OpenVidu/openvidu.git
Add /bin/bash to create_image.sh script
parent
9a3b7d5ae7
commit
f48e1f805f
|
@ -1,3 +1,4 @@
|
||||||
|
#!/bin/bash -x
|
||||||
VERSION=$1
|
VERSION=$1
|
||||||
if [[ ! -z $VERSION ]]; then
|
if [[ ! -z $VERSION ]]; then
|
||||||
docker build --pull --no-cache --rm=true -t openvidu/openvidu-health-checker:$VERSION .
|
docker build --pull --no-cache --rm=true -t openvidu/openvidu-health-checker:$VERSION .
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#!/bin/bash -x
|
#!/bin/bash -x
|
||||||
|
|
||||||
VERSION=$1
|
VERSION=$1
|
||||||
if [[ ! -z $VERSION ]]; then
|
if [[ ! -z $VERSION ]]; then
|
||||||
cp ../utils/discover_my_public_ip.sh ./discover_my_public_ip.sh
|
cp ../utils/discover_my_public_ip.sh ./discover_my_public_ip.sh
|
||||||
|
|
Loading…
Reference in New Issue