You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ with the provided Dockerfile.
62
62
| ------------- |-------------|-------------|
63
63
|`-p` or `--port`|Port to use. Use `-p 0` to look for an open port, starting at 8080. It will also read from `process.env.PORT`. |8080 |
64
64
|`-a`|Address to use |0.0.0.0|
65
+
|`--base-dir`| Base path to serve files from |`/`|
65
66
|`-d`|Show directory listings |`true`|
66
67
|`-i`| Display autoIndex |`true`|
67
68
|`-g` or `--gzip`|When enabled it will serve `./public/some-file.js.gz` in place of `./public/some-file.js` when a gzipped version of the file exists and the request accepts gzip encoding. If brotli is also enabled, it will try to serve brotli first.|`false`|
0 commit comments