From cfba1b9e08ed7af26f1104959449c85e86d9a242 Mon Sep 17 00:00:00 2001 From: Kurt Hutten Date: Tue, 19 Oct 2021 19:41:36 +1100 Subject: [PATCH] Update readme --- app/api/src/docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/src/docker/README.md b/app/api/src/docker/README.md index 4023b11..9dc6f78 100644 --- a/app/api/src/docker/README.md +++ b/app/api/src/docker/README.md @@ -15,7 +15,7 @@ You'll need to have Docker installed Because of the way the docker containers to be deployed as lambdas on aws are somewhat specialised for the purpose we're using `docker-compose` to spin one up for each function/endpoint. So we've added a aws-emulation layer -The docker build relies on a git ignored file, the aws-lambda-rie. [Download it](https://github.com/aws/aws-lambda-runtime-interface-emulator/releases/download/v1.0/aws-lambda-rie), then put it into `app/api/src/docker/common/`. alternatively you can put this download into the DockerFiles by reading the instructions at around line 29 of the DockerFiles (`app/api/src/docker/openscad/Dockerfile` & `app/api/src/docker/cadquery/Dockerfile`). However this will mean slower build times as it will need download this 14mb file every build. +The docker build relies on a git ignored file, the aws-lambda-rie. [Download it](https://github.com/aws/aws-lambda-runtime-interface-emulator/releases/download/v1.0/aws-lambda-rie), then put it into `app/api/src/docker/common/`. Alternatively you can put this download into the DockerFiles by reading the instructions at around line 29 of the DockerFiles (`app/api/src/docker/openscad/Dockerfile` & `app/api/src/docker/cadquery/Dockerfile`). However this will mean slower build times as it will need download this 14mb file every build. Run