summaryrefslogtreecommitdiff
path: root/app/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'app/README.md')
-rw-r--r--app/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/README.md b/app/README.md
index ad61a6b..cca3150 100644
--- a/app/README.md
+++ b/app/README.md
@@ -26,7 +26,7 @@ Run it within Docker
Assuming that docker has been installed...
-ssh to ubuntu@@118.25.96.118
+ssh to ubuntu@118.25.96.118
cd to /home/lanhui/englishpal
# Stop service
@@ -40,7 +40,7 @@ sudo docker run -d -p 90:80 -v /home/lanhui/englishpal/app/static/frequency:/app
sudo docker run -d -p 90:80 -t englishpal # data will be lost after existing
# Save space. Run it after sudo docker run
-sudo docker system prune -a
+sudo docker system prune -a -f
# Other commands