summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJesper Brix Rosenkilde <jbr@nordu.net>2017-09-20 12:28:20 +0200
committerJesper Brix Rosenkilde <jbr@nordu.net>2017-09-20 12:28:20 +0200
commit2557bdde15964e43234d18e116ecd298e478c2e1 (patch)
treed61739af2989d45a8dc9486df4126febd6fbf62d /README.md
parent40acd18a894b3d48ee2e7fd76bb265377c812756 (diff)
Fix order in example
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
```