We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035fc7b commit 7fa94ddCopy full SHA for 7fa94dd
README.md
@@ -42,6 +42,12 @@ The final Rails image will be around 100MB and can be flexible to delivery to an
42
43
If your gem dependency included `bootsnap` the generated Dockerfile will add precompile options to speed up the application bootstrap.
44
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
51
### Revision
52
53
To identity your image version, the default build argument `REVISION` will be configured by default.
0 commit comments