From 2d4c516676be75dcf12c5b971449306044e20a0e Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Sat, 5 Feb 2022 23:03:43 +0800 Subject: [PATCH] README.md: new code repository folder for deployment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98f6928..8a7d264 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ My steps for deploying English on the server. - ssh to ubuntu@118.*.*.118 -- cd to /home/lanhui/englishpal +- cd to /home/lanhui/englishpal2/EnglishPal - Stop all docker service: `sudo service docker restart`. If you know the docker container ID, then the above command is an overkill. Use the following command instead: `sudo docker stop ContainerID`. You could get all container IDs with the following command: `sudo docker ps`