[call-me] - fix typo

This commit is contained in:
Miroslav Pejic
2025-01-02 09:02:32 +01:00
parent ae427aaf9d
commit 1a552a7361
+2 -2
View File
@@ -285,8 +285,8 @@ For `Docker`:
cd call-me
git pull
docker pull mirotalk/cme:latest
docker images |grep '<none>' |awk '{print $3}' |xargs docker rmi
docker-compose pull
docker image prune -f
docker-compose up -d
```