Skip to content

Commit

Permalink
README: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed May 13, 2022
1 parent 30ff0ed commit 064c9ab
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ Applications (SPA).
## Usage

```
Usage: serve [options] [<work-dir>]
dead-simple application that serves static files from the current directory
Usage: serve-go [options] [<work-dir>]
Options:
* -listen: Port to listen to (default 3000)
* <work-dir>: Folder to serve (default to current directory)
-listen: Port to listen to (default 3000)
-oembed-url: Sets the oEmbed Link header if set (env: $SERVEGO_OEMBED_URL) (default )
<work-dir>: Folder to serve (default to current directory)
```

## Content Encoding
Expand All @@ -31,8 +33,8 @@ file instead of the original one.

Here is how to integrate it in a Docker image:

`Dockerfile`
```
Dockerfile:
```dockerfile
FROM node:15.7.0-alpine3.12 as builder
WORKDIR /app/
# Install dependencies
Expand Down

0 comments on commit 064c9ab

Please sign in to comment.