Skip to content

Commit

Permalink
Build openvidu-classroom-demo with front and back
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Jun 23, 2023
1 parent f861279 commit ec2fcff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/create_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ popd || exit 1
# Build openvidu-classroom-demo
if [ -d "../classroom-demo/docker" ]; then
pushd ../classroom-demo/docker || exit 1
./ci-scripts/build.sh --build-front
./ci-scripts/build.sh --build-back
./create_image.sh "$1"
popd || exit 1
else
Expand Down

0 comments on commit ec2fcff

Please sign in to comment.