How can I deploy the js-java app(https://openvidu.io/docs/tutorials/openvidu-js-java/) on my VM? I see there is a dockerfile. Can I use it for deploy?
In the same VM I have also installed the OpenVidu server.
How can I deploy the js-java app(https://openvidu.io/docs/tutorials/openvidu-js-java/) on my VM? I see there is a dockerfile. Can I use it for deploy?
In the same VM I have also installed the OpenVidu server.
Hi,
No, openvidu-js-java docker container is only available for demo purposes. Ii integrates openvidu server inside of it.
To deploy openvidu-js-java app, you need to run it as any other Java app. (java -jar .... openvidu-js-ja.jar
)