legome0937
Results
2
comments of
legome0937
 I deployed to AWS. Please help me @vladgolubev
> ``` > FROM public.ecr.aws/shelf/lambda-libreoffice-base:7.4-node16-x86_64 > > COPY index.js package.json ${LAMBDA_TASK_ROOT} > > # dependency not supplied by lambda-libreoffice-base image > RUN yum install java-1.8.0-openjdk-devel -y > RUN npm install...