summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5b6177e..d75a6bc 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ You need to server the static content using either apache or nginx.
To export the static files use the same data dir as you did for the database, and run the `collectstatic` command.
```
-docker run --rm --ti ndn-pwman -v $(pwd)/data:/opt/pwman collectstatic
+docker run --rm -ti -v $(pwd)/data:/opt/pwman ndn-pwman collectstatic
```