Skip to content

Commit

Permalink
Update create_image script for classroom-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Jun 23, 2023
1 parent 70e81c2 commit f861279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/create_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ popd || exit 1
# Build openvidu-classroom-demo
if [ -d "../classroom-demo/docker" ]; then
pushd ../classroom-demo/docker || exit 1
./create_image.sh "openvidu/openvidu-classroom-demo:$1"
./create_image.sh "$1"
popd || exit 1
else
echo "classroom-demo not found. Skipping..."
Expand Down

0 comments on commit f861279

Please sign in to comment.