From 5d5ec9e4c73842dfc82d0309f75a940c6b4ea2b5 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sat, 14 Sep 2024 15:26:00 +0200 Subject: [PATCH] [call-me] - fix typo --- doc/self-hosting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/self-hosting.md b/doc/self-hosting.md index 7710dc6..56e0c41 100644 --- a/doc/self-hosting.md +++ b/doc/self-hosting.md @@ -258,7 +258,7 @@ For `PM2`: ```bash #!/bin/bash -cd callme +cd call-me git pull pm2 stop app/server.js sudo npm install @@ -272,7 +272,7 @@ For `Docker`: ```bash #!/bin/bash -cd callme +cd call-me docker-compose down docker pull mirotalk/cme:latest docker images |grep '' |awk '{print $3}' |xargs docker rmi