Skip to content

Commit 57bba5c

Browse files
committed
fixing typo
1 parent e35835c commit 57bba5c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33

44
Efficiently serve static files using Node.js and Docker containers: https://itnext.io/restana-static-serving-the-frontend-with-node-js-beyond-nginx-e45fdb2e49cb
55

6+
Example Dockerfile:
67
```Dockerfile
78
FROM kyberneees/restana-static:latest
89
RUN rm dist/index.html
910
RUN echo "Hello World!" >> dist/index.html
1011
```
1112

1213
# Configuration options
13-
restana-static image configuration is manage using the module: https://www.npmjs.com/package/config, so developers can manage multiple envirments if desired.
14+
restana-static image configuration is managed using the https://www.npmjs.com/package/config module, so developers can manage multiple environments if desired.
1415

1516
The `/restana-static/config` directory should be populated/overwritten during image creation.
1617

@@ -49,7 +50,7 @@ LOGS_FORMAT
4950

5051
# Adding static files
5152
The `/restana-static/dist` directory should be populated/overwritten during image creation.
52-
> Please consider that default path will change if you overwrite the `distDirectory` config.
53+
> Please consider that default files path will change if you overwrite the `distDirectory` config.
5354
5455
# Log formats
5556
Logs are provided by the module: https://www.npmjs.com/package/morgan

0 commit comments

Comments
 (0)