blob: eb59713bf71c1c43b97a5eded7d46bc8b76e9486 [file] [log] [blame]
FROM denoland/deno:debian-2.0.0
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