miroslavpejic85 / mirotalk

🚀 WebRTC - P2P - Simple, Secure, Fast Real-Time Video Conferences Up to 4k and 60fps, compatible with all browsers and platforms.
https://p2p.mirotalk.com
GNU Affero General Public License v3.0
2.6k stars 502 forks source link

Broken image latest on dockerhub #182

Closed gdassori closed 7 months ago

gdassori commented 7 months ago

Hello, looks like the mirotalk image on dockerhub is broken.

~/mirotalk$ docker-compose up
Pulling mirotalk (mirotalk/p2p:latest)...
latest: Pulling from mirotalk/p2p
7264a8db6415: Already exists
3a6f55851eb7: Already exists
7486ac2d79f6: Already exists
a57032b0c6a0: Already exists
c92f8308fce3: Pull complete
321976ef7cb2: Pull complete
d8dc3bff58de: Pull complete
871d9d998418: Pull complete
5743d1e6c09b: Pull complete
74591bd95354: Pull complete
9312cbf0d3ca: Pull complete
Digest: sha256:54b8a97230ba5185b42ff8ae4bdda3f2b0e1d35a42b6a3a86b74d38a11789750
Status: Downloaded newer image for mirotalk/p2p:latest
Recreating mirotalk ... done
Attaching to mirotalk
mirotalk    | 
mirotalk    | > mirotalk@1.0.5 start
mirotalk    | > node app/src/server.js
mirotalk    | 
mirotalk    | node:internal/modules/cjs/loader:1080
mirotalk    |   throw err;
mirotalk    |   ^
mirotalk    | 
mirotalk    | Error: Cannot find module '/src/app/src/server.js'
mirotalk    |     at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
mirotalk    |     at Module._load (node:internal/modules/cjs/loader:922:27)
mirotalk    |     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:86:12)
mirotalk    |     at node:internal/main/run_main_module:23:47 {
mirotalk    |   code: 'MODULE_NOT_FOUND',
mirotalk    |   requireStack: []
mirotalk    | }
mirotalk    | 
mirotalk    | Node.js v18.18.0
mirotalk    | 
mirotalk    | > mirotalk@1.0.5 start
mirotalk    | > node app/src/server.js
mirotalk    | 
mirotalk    | node:internal/modules/cjs/loader:1080
mirotalk    |   throw err;
mirotalk    |   ^
mirotalk    | 
mirotalk    | Error: Cannot find module '/src/app/src/server.js'
mirotalk    |     at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
mirotalk    |     at Module._load (node:internal/modules/cjs/loader:922:27)
mirotalk    |     at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:86:12)
mirotalk    |     at node:internal/main/run_main_module:23:47 {
mirotalk    |   code: 'MODULE_NOT_FOUND',
mirotalk    |   requireStack: []
mirotalk    | }
mirotalk    | 
mirotalk    | Node.js v18.18.0
mirotalk exited with code 1
miroslavpejic85 commented 7 months ago

Hi @gdassori, I've rebuilt it now, try it:

cd mirotalk
git pull
docker-compose down
docker pull mirotalk/p2p:latest
docker images |grep '<none>' |awk '{print $3}' |xargs docker rmi # remove old images
docker-compose up

Join with us on discord - help-and-support channel ;)