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 a33ef83 commit 42e2bf7Copy full SHA for 42e2bf7
README.md
@@ -261,7 +261,7 @@ Run `LAMBDA_INPUT=@/events/test.json docker compose up --build --abort-on-contai
261
> [!TIP]
262
> The `@` tells the cURL command that it should include the contents of a file rather than passing as a string.
263
264
-### Update the `Dockerfile`
+### Update the `Dockerfile` for optimised caching
265
266
```Dockerfile
267
FROM public.ecr.aws/lambda/nodejs:22
@@ -284,7 +284,7 @@ RUN npm run build
284
CMD [ "build/index.handler" ]
285
```
286
287
+### Update the `Dockerfile` for multi-stage builds
288
289
290
FROM public.ecr.aws/lambda/nodejs:22 AS base
0 commit comments