Skip to content

Commit 973417c

Browse files
committed
SDK-1064: Make recommendation to use .env file with Docker examples more explicit
1 parent 64f40cf commit 973417c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ To run the Flask or Django container:
235235
* `cd examples/yoti_example_flask` for __Flask__
236236
__OR__
237237
* `cd examples/yoti_example_django` for __Django__
238-
1. Make sure the environment variables `YOTI_SCENARIO_ID`, `YOTI_CLIENT_SDK_ID` and `YOTI_KEY_FILE_PATH` are set (instructions in the [Configuration](#configuration) section). _Please note that with Docker, the .pem file must reside in a location within where docker is being run from, so it should be placed somewhere under the respective [yoti_example_flask](/examples/yoti_example_flask)/[yoti_example_django](/examples/yoti_example_django) folders._
238+
1. Make sure the environment variables `YOTI_SCENARIO_ID`, `YOTI_CLIENT_SDK_ID` and `YOTI_KEY_FILE_PATH` are set using an .env file (instructions in the [Configuration](#configuration) section). _Please note that with Docker, the .pem file must reside in a location within where docker is being run from, so it should be placed somewhere under the respective [yoti_example_flask](/examples/yoti_example_flask)/[yoti_example_django](/examples/yoti_example_django) folders._
239239
1. Rebuild the images if you have modified the docker-compose.yml file with
240240
- `docker-compose build --no-cache`
241241
1. Start the container with `docker-compose up`

0 commit comments

Comments
 (0)