0
0
Fork 0

README.md: new code repository folder for deployment

Deployment
Hui Lan 2022-02-05 23:03:43 +08:00
parent 5976f758a0
commit 2d4c516676
1 changed files with 1 additions and 1 deletions

View File

@ -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`