Skip to content

Commit 7fa94dd

Browse files
committed
Update README
1 parent 035fc7b commit 7fa94dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ The final Rails image will be around 100MB and can be flexible to delivery to an
4242

4343
If your gem dependency included `bootsnap` the generated Dockerfile will add precompile options to speed up the application bootstrap.
4444

45+
### AWS Lambda Runtime Interface Client
46+
47+
When the `aws_lambda_ric` gem is detected, the `boxing` will choose to use `bin/aws_lambda_ric` as entrypoint.
48+
49+
To make it works correctly, run `bundle binstub aws_lambda_ric` to make it can run it correctly.
50+
4551
### Revision
4652

4753
To identity your image version, the default build argument `REVISION` will be configured by default.

0 commit comments

Comments
 (0)