update README

This commit is contained in:
Denis Lehmann 2022-05-01 13:39:04 +02:00
parent 64ffb4424f
commit a83b7999f2

View file

@ -92,7 +92,7 @@
A self-contained =Dockerfile=, based on [[https://www.alpinelinux.org/][Alpine Linux]], is available in the repository.
You can use it to build a /raincloud/ image locally with the following command:
: $ docker build -t raincloud:latest -f Dockerfile
: $ docker build -t raincloud:latest -f <(curl https://raw.githubusercontent.com/Deleh/raincloud/master/Dockerfile)
A container of the image exposes raincloud at port =8000= and uses the base directory =/var/www/raincloud=.
Use dockers =-p= flag to map the port on your host and =-v= flag to mount a local base directory: