Skip to content

Commit 32ff63a

Browse files
committed
Version v3.0.1
1 parent 8ecf575 commit 32ff63a

File tree

5 files changed

+4801
-3797
lines changed

5 files changed

+4801
-3797
lines changed

backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>urjc.openvidu</groupId>
1313
<artifactId>OpenViduTeaching</artifactId>
14-
<version>0.3.0</version>
14+
<version>0.3.1</version>
1515
<name>OpenViduTeaching</name>
1616
<description>Project for online teaching using OpenVidu</description>
1717

docker/build/OpenViduTeaching.jar

361 KB
Binary file not shown.

docker/create_image.cmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
cd ../frontend
22

33
:: Build angular app
4-
docker run --rm --name angular-cli -v "%cd%":/angular -w /angular node /bin/bash -c "npm install; npm audit fix; npm run build --prod --baseHref=http://localhost:8080/"
5-
:: call npm install
6-
:: call npm audit fix
7-
:: call npm run ng build --prod --baseHref=http://localhost:8080/
4+
:: docker run --rm --name angular-cli -v "%cd%":/angular -w /angular node /bin/bash -c "npm install; npm audit fix; npm run build --prod --baseHref=http://localhost:8080/"
5+
call npm install
6+
call npm audit fix
7+
call npm run ng build --prod --baseHref=http://localhost:8080/
88

99
:: Copy generated resources on static
1010
xcopy /s /y dist\openvidu-teaching\* ..\backend\src\main\resources\static

0 commit comments

Comments
 (0)