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 66cd017 commit a3b332aCopy full SHA for a3b332a
Dockerfile.rie
@@ -9,7 +9,7 @@ RUN chmod +x /usr/local/bin/aws-lambda-rie
9
10
ARG EXAMPLE=basic-lambda
11
12
-COPY Cargo.toml Cargo.lock /build/
+COPY Cargo.* /build/
13
COPY lambda-runtime /build/lambda-runtime
14
COPY lambda-runtime-api-client /build/lambda-runtime-api-client
15
COPY lambda-events /build/lambda-events
0 commit comments