diff --git a/README.md b/README.md index 019e4f7..54e42a2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ # ht-docker-static +## Status + +## Usage This image is available on Dockerhub. Specify it as base image like this: ```Dockerfile FROM hosttoday/ht-docker-static -``` \ No newline at end of file +``` + +By default this image serves `/srv/html`. +You can mount a volume to that path to serve any content. +Or you can cpoy content there with a new image that has ht-docker-static as base image. \ No newline at end of file