Skip to content

Commit

Permalink
docs: Indicate how to use a custom config file with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehesluke committed Oct 8, 2024
1 parent 38109d1 commit 12b8d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ An explanation of each part of this command:
```sh
docker run -it \
```
* Copy the `dev.json` config file into the Docker container and instruct Test Suite to use it. Usually Test Suite is either configured using `config/dev.json` or via [`NODE_CONFIG`](#node_config).
* Copy the `dev.json` config file into the Docker container and instruct Test Suite to use it. Usually Test Suite is either configured using `config/dev.json` or via [`NODE_CONFIG`](#node_config) (Note that you can use a different config file e.g. `acme.json` simply by setting `NODE_ENV=acme` and `INPUT_CONFIG=/config/acme.json`).
```sh
-e INPUT_CONFIG=/config/dev.json` \
-e NODE_ENV=dev \
Expand Down

0 comments on commit 12b8d7a

Please sign in to comment.