From 2557bdde15964e43234d18e116ecd298e478c2e1 Mon Sep 17 00:00:00 2001 From: Jesper Brix Rosenkilde Date: Wed, 20 Sep 2017 12:28:20 +0200 Subject: Fix order in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 ``` -- cgit v1.1