blob: 6bb9cb809bc4e24760550e950a2b5b0e90ae25b0 [file] [log] [blame]
gio138a06e2024-11-01 17:03:10 +04001FROM library/node:23.1.0-alpine3.19
2
3ARG TARGETARCH
4
5# COPY --from=denoland/deno:alpine-2.0.0 /bin/deno /usr/bin/deno
6
7# RUN apk add --update npm
8
9# RUN apt-get update -y
10# RUN apt-get install -y npm
11
12COPY app-runner_${TARGETARCH} /usr/bin/app-runner