You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -101,9 +101,10 @@ You can build RIE into a base image\. Download the RIE from GitHub to your local
101
101
102
102
1. Download the [runtime interface emulator](https://github.com/aws/aws-lambda-runtime-interface-emulator/releases/latest/download/aws-lambda-rie) from GitHub into your project directory\.
103
103
104
-
1.Install the emulator package and change `ENTRYPOINT` to run the new script by adding the following lines to your Dockerfile:
104
+
1.Copy the script, install the emulator package and change `ENTRYPOINT` to run the new script by adding the following lines to your Dockerfile:
105
105
106
106
```
107
+
COPY ./entry_script.sh /entry_script.sh
107
108
ADD aws-lambda-rie /usr/local/bin/aws-lambda-rie
108
109
ENTRYPOINT [ "/entry_script.sh" ]
109
110
```
@@ -144,4 +145,4 @@ You install the runtime interface emulator to your local machine\. When you run
0 commit comments