diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |