Skip to content

Commit 7d88551

Browse files
committed
NA: Update demo installation instructions
1 parent fdb5512 commit 7d88551

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/doc-scan/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ This example requires [Docker](https://docs.docker.com/)
1212
* Copy `.env.example` to `.env`
1313
* Open `.env` file and fill in the environment variables `YOTI_SDK_ID`, `YOTI_KEY_FILE_PATH`
1414
* Set `YOTI_KEY_FILE_PATH` to `./keys/your-application-pem-file.pem`
15-
* Run the `docker-compose up --build` command
15+
* Install dependencies `docker-compose up composer`
16+
* Run the `docker-compose up --build web` command
1617
* Visit [https://localhost:4003](https://localhost:4003)
1718
* Run the `docker-compose stop` command to stop the containers.
1819

0 commit comments

Comments
 (0)