From 0d45ee43b33daf2e1dde6ef65d82362312b023ea Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sat, 14 Sep 2024 15:30:17 +0200 Subject: [PATCH] [call-me] - fix typo --- doc/self-hosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/self-hosting.md b/doc/self-hosting.md index 56e0c41..b15a576 100644 --- a/doc/self-hosting.md +++ b/doc/self-hosting.md @@ -273,7 +273,7 @@ For `Docker`: #!/bin/bash cd call-me -docker-compose down +git pull docker pull mirotalk/cme:latest docker images |grep '' |awk '{print $3}' |xargs docker rmi docker-compose up -d