Skip to content

Commit

Permalink
Update 14-minimal/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Dawson <mdawson@devrus.com>
  • Loading branch information
pacostas and mhdawson committed Jan 3, 2023
1 parent 03ab4ab commit 594094d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 14-minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Application developers can use the following environment variables to configure
When specified (e.g.Specify `NODE_CMD="node server.js"`) the value of `NODE_CMD` is used to start the application instead of `npm start`.

**`INIT_WRAPPER`**
When set to "true", the application is started via the `init-wrapper` script instead of using `npm start`, by looking for the presence of the files `server.js`, `index.js` or `main.js` in the order in which they are listed. In case of `NODE_CMD` environemnt variale is specified, then `init-wrapper` script will use the value of `NODE_CMD` to start your application.
When set to "true", the application is started via the `init-wrapper` script instead of using `npm start`, by looking for the presence of the files `server.js`, `index.js` or `main.js` in the order in which they are listed. In case of `NODE_CMD` environemnt variable is specified, then `init-wrapper` script will use the value of `NODE_CMD` to start your application.

#### Additional variables used in the full-sized image

Expand Down

0 comments on commit 594094d

Please sign in to comment.