Skip to content

Commit e23f7c3

Browse files
committed
adding example
1 parent 6487000 commit e23f7c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# restana-static
22
Efficiently serve static files using Node.js and Docker containers: https://itnext.io/restana-static-serving-the-frontend-with-node-js-beyond-nginx-e45fdb2e49cb
33

4+
```Dockerfile
5+
FROM kyberneees/restana-static:latest
6+
RUN rm dist/index.html
7+
RUN echo "Hello World!" >> dist/index.html
8+
```
9+
410
## Configuration options
511
restana-static image configuration is manage using the module: https://www.npmjs.com/package/config, so developers can manage multiple envirments if desired.
612

0 commit comments

Comments
 (0)