File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,13 @@ Applications (SPA).
1212## Usage
1313
1414```
15- Usage: serve [options] [<work-dir>]
15+ dead-simple application that serves static files from the current directory
16+ Usage: serve-go [options] [<work-dir>]
1617
1718Options:
18- * -listen: Port to listen to (default 3000)
19- * <work-dir>: Folder to serve (default to current directory)
19+ -listen: Port to listen to (default 3000)
20+ -oembed-url: Sets the oEmbed Link header if set (env: $SERVEGO_OEMBED_URL) (default )
21+ <work-dir>: Folder to serve (default to current directory)
2022```
2123
2224## Content Encoding
@@ -31,8 +33,8 @@ file instead of the original one.
3133
3234Here is how to integrate it in a Docker image:
3335
34- ` Dockerfile `
35- ```
36+ Dockerfile:
37+ ``` dockerfile
3638FROM node:15.7.0-alpine3.12 as builder
3739WORKDIR /app/
3840# Install dependencies
You can’t perform that action at this time.
0 commit comments