From b86b54299881e67543208502351c2e07d32887b7 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 5 May 2018 12:02:10 +0100 Subject: [PATCH] Document the index file --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d1d8b79..75d5113 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Enables directory listing. Allow browseing Open the server in the browser one started. It will open in your default browser, and use url `http://0.0.0.0:`. ### Docker -Included in this repo is a `Dockerfile` to use. The default setup requires being run from the project directory, and will serve `/var/www` in the container on port `5000`. By default, this directory is empty, however can be overriden. +Included in this repo is a `Dockerfile` to use. The default setup requires being run from the project directory, and will serve `/var/www` in the container on port `5000`. By default, this directory is contains a simple index file, however can be overriden. Below is an example `docker-compose.yml` file you can use with it: @@ -70,5 +70,3 @@ services: ports: - "5000:5000" ``` - -__Note__: `tstatic` isn't installed into the path, so run it using `npm start --`