We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb5512 commit 7d88551Copy full SHA for 7d88551
examples/doc-scan/README.md
@@ -12,7 +12,8 @@ This example requires [Docker](https://docs.docker.com/)
12
* Copy `.env.example` to `.env`
13
* Open `.env` file and fill in the environment variables `YOTI_SDK_ID`, `YOTI_KEY_FILE_PATH`
14
* Set `YOTI_KEY_FILE_PATH` to `./keys/your-application-pem-file.pem`
15
-* Run the `docker-compose up --build` command
+* Install dependencies `docker-compose up composer`
16
+* Run the `docker-compose up --build web` command
17
* Visit [https://localhost:4003](https://localhost:4003)
18
* Run the `docker-compose stop` command to stop the containers.
19
0 commit comments