[mirotalk] - add missing

This commit is contained in:
Miroslav Pejic
2025-01-29 17:04:47 +01:00
parent 7aebb9bae7
commit 5f07f2d97c
4 changed files with 7 additions and 4 deletions
+3
View File
@@ -20,5 +20,8 @@ RUN apk add --no-cache \
COPY app app
COPY public public
# Rename config.template.js to config.js
RUN cp app/src/config.template.js app/src/config.js
# Set default command to start the application
CMD ["npm", "start"]
+1 -1
View File
@@ -39,7 +39,7 @@ dependencies: {
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.4.70
* @version 1.4.71
*
*/
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.4.70",
"version": "1.4.71",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
+2 -2
View File
@@ -15,7 +15,7 @@
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.4.70
* @version 1.4.71
*
*/
@@ -11039,7 +11039,7 @@ function showAbout() {
Swal.fire({
background: swBg,
position: 'center',
title: '<strong>WebRTC P2P v1.4.70</strong>',
title: '<strong>WebRTC P2P v1.4.71</strong>',
imageAlt: 'mirotalk-about',
imageUrl: images.about,
customClass: { image: 'img-about' },