blob: 6bb9cb809bc4e24760550e950a2b5b0e90ae25b0 [file] [log] [blame]
FROM library/node:23.1.0-alpine3.19
ARG TARGETARCH
# COPY --from=denoland/deno:alpine-2.0.0 /bin/deno /usr/bin/deno
# RUN apk add --update npm
# RUN apt-get update -y
# RUN apt-get install -y npm
COPY app-runner_${TARGETARCH} /usr/bin/app-runner