[mirotalk] - update dep, readme

This commit is contained in:
Miroslav Pejic
2023-07-26 17:33:13 +02:00
parent db0a3c4329
commit 4e10eaada1
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -150,9 +150,8 @@ $ npm start
![docker](public/images/docker.png)
- Install docker engine: https://docs.docker.com/engine/install/
- Install docker compose: https://docs.docker.com/compose/install/
- Repository docker hub: https://hub.docker.com/r/mirotalk/p2p
- Install [docker engine](https://docs.docker.com/engine/install/)
- Install [docker compose](https://docs.docker.com/compose/install/)
```bash
# copy .env.template to .env (edit it according to your needs)
@@ -168,6 +167,7 @@ $ docker-compose down
```
- Open http://localhost:3000 in browser
- Repository [docker hub](https://hub.docker.com/r/mirotalk/p2p)
</details>
+2 -2
View File
@@ -33,8 +33,8 @@
"license": "AGPL-3.0",
"homepage": "https://github.com/miroslavpejic85/mirotalk",
"dependencies": {
"@sentry/integrations": "^7.60.0",
"@sentry/node": "^7.60.0",
"@sentry/integrations": "^7.60.1",
"@sentry/node": "^7.60.1",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"colors": "^1.4.0",