From 2a92881581382f65356239756e7f08a0b03ffd18 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Sat, 5 Feb 2022 23:05:00 +0800 Subject: [PATCH] README.md: update path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a7d264..ec92598 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ My steps for deploying English on the server. - Rebuild container. Run the following command to rebuild a docker image after the code gets updated: `sudo docker build -t englishpal .` -- Run the application: `sudo docker run -d -p 90:80 -v /home/lanhui/englishpal/app/static/frequency:/app/static/frequency -t englishpal`. If you use `sudo docker run -d -p 90:80 -t englishpal`, data will be lost after terminating the program. +- Run the application: `sudo docker run -d -p 90:80 -v /home/lanhui/englishpal2/EnglishPal/app/static/frequency:/app/static/frequency -t englishpal`. If you use `sudo docker run -d -p 90:80 -t englishpal`, data will be lost after terminating the program. - Save space: `sudo docker system prune -a -f`