diff --git a/README.org b/README.org index 2b390c6..69f25c3 100644 --- a/README.org +++ b/README.org @@ -95,7 +95,7 @@ : $ docker build -t raincloud:latest -f Dockerfile A container of the image exposes raincloud at port =8000= and uses the base directory =/var/www/raincloud=. - Use dockers =-p= to map the port on your host and =-v= flag to mount a local base directory: + Use dockers =-p= flag to map the port on your host and =-v= flag to mount a local base directory: : $ docker run -p :8000 -v :/var/www/raincloud raincloud:latest