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: README.md
+18-24Lines changed: 18 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ A runtime environment handler for React.js apps that have been bootstraped using
6
6
-[Requirements](#requirements)
7
7
-[CLI Options](#cli-options)
8
8
-[Using in a Typescript app](#typescript-usage)
9
-
-[Usage in docker](#usage-in-docker)
9
+
-[Usage in Docker](#usage-in-docker)
10
+
-[Examples](#examples)
10
11
11
12
## Usage
12
13
@@ -90,35 +91,28 @@ declare global {
90
91
91
92
## Usage in Docker
92
93
93
-
You must have an example of your `.env` layout. A project usually have a `.env.example` which represents that. Inside a docker container we can lean on the `.env.example`. **Make sure your `.env.example` is always represents the correct format!**
94
+
You must have an example of your `env` layout. A project usually have a `.env.example` which represents that and will not contain any sensitive information.
95
+
Inside a docker container we can lean on the `.env.example`. **Make sure your `.env.example` is always up to date!**
0 commit comments