2021-04-09 16:10:21 +02:00

7 lines
162 B
Docker

FROM public.ecr.aws/lambda/nodejs:12
COPY app.js ./
# Command can be overwritten by providing a different command in the template directly.
CMD ["app.handler"]