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 326d859 commit 946526fCopy full SHA for 946526f
Dockerfile
@@ -1,9 +1,11 @@
1
-FROM public.ecr.aws/lambda/nodejs:18-x86_64
2
-
3
-COPY dist ${LAMBDA_TASK_ROOT}/dist
4
-COPY package.json ${LAMBDA_TASK_ROOT}
5
-COPY src ${LAMBDA_TASK_ROOT}/src
6
-COPY index.js ${LAMBDA_TASK_ROOT}
7
-COPY node_modules ${LAMBDA_TASK_ROOT}/node_modules
8
+FROM public.ecr.aws/lambda/nodejs:18-x86_64
+
+COPY dist ${LAMBDA_TASK_ROOT}/dist
+COPY package.json ${LAMBDA_TASK_ROOT}
+COPY src ${LAMBDA_TASK_ROOT}/src
+COPY index.js ${LAMBDA_TASK_ROOT}
+COPY node_modules ${LAMBDA_TASK_ROOT}/node_modules
9
+RUN chmod -R +x ${LAMBDA_TASK_ROOT}/node_modules/puppeteer-chromium
10
11
CMD [ "index.handler" ]
0 commit comments