File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,6 @@ ENV COMMIT_HASH ${COMMIT_HASH:-unknown}
66
66
WORKDIR ${LAMBDA_TASK_ROOT}
67
67
COPY --from=build /tmp/build ${LAMBDA_TASK_ROOT}
68
68
COPY --from=build /usr/local/bin/dbmate /usr/local/bin/dbmate
69
- COPY --from=public.ecr.aws/datadog/lambda-extension:latest /opt/extensions/ /opt/extensions
69
+ COPY --from=public.ecr.aws/datadog/lambda-extension:latest /opt/. /opt/
70
70
71
71
CMD ["node_modules/datadog-lambda-js/dist/handler.handler" ]
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ ENV COMMIT_HASH ${COMMIT_HASH:-unknown}
77
77
# ----- Copy files required at runtime by the app -----
78
78
WORKDIR ${LAMBDA_TASK_ROOT}
79
79
COPY --from=build /tmp/build ${LAMBDA_TASK_ROOT}
80
- COPY --from=public.ecr.aws/datadog/lambda-extension:latest /opt/extensions/ /opt/extensions
80
+ COPY --from=public.ecr.aws/datadog/lambda-extension:latest /opt/. /opt/
81
81
82
82
# This user is created in the base image with uid and gid = 1000.
83
83
You can’t perform that action at this time.
0 commit comments