blob: eb59713bf71c1c43b97a5eded7d46bc8b76e9486 [file] [log] [blame]
gio5e4d1a72024-10-09 15:25:29 +04001FROM denoland/deno:debian-2.0.0
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
9RUN apt-get update -y
10RUN apt-get install -y npm
11
12COPY app-runner_${TARGETARCH} /usr/bin/app-runner