Skip to content

Commit

Permalink
[Backend] Specify x86_64 architecture for the base lambda image.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarciani committed Nov 8, 2023
1 parent 90b8c3c commit d876212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.awslambda
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/lambda/python:3.8
FROM public.ecr.aws/lambda/python:3.8-x86_64

COPY --from=frontend-awslambda /app/build ${LAMBDA_TASK_ROOT}/frontend/public

Expand Down

0 comments on commit d876212

Please sign in to comment.