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: docs/README.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,7 @@ RUN echo "Hello World!" >> dist/index.html
11
11
```
12
12
13
13
# Configuration options
14
-
restana-static image configuration is managed using the https://www.npmjs.com/package/config module, so developers can manage multiple environments if desired.
15
-
16
-
The `/restana-static/config` directory should be populated/overwritten during image creation.
14
+
The HTTP server and runtime configuration can be managed using the https://www.npmjs.com/package/config module. The `/restana-static/config` directory should be populated/overwritten during image creation.
0 commit comments