We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e830e commit da0b52dCopy full SHA for da0b52d
backend/pom.xml
@@ -11,7 +11,7 @@
11
</parent>
12
<groupId>urjc.openvidu</groupId>
13
<artifactId>OpenViduTeaching</artifactId>
14
- <version>0.1.0</version>
+ <version>0.2.0</version>
15
<name>OpenViduTeaching</name>
16
<description>Project for online teaching using OpenVidu</description>
17
docker/build/OpenViduTeaching.jar
763 KB
docker/standalone/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM openvidu/openvidu-server-kms:2.11.0
+FROM openvidu/openvidu-server-kms:latest
2
3
ARG initialDataFile
4
ENV initialDataFileEnv="$initialDataFile"
0 commit comments