Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
ff0ee0f02dfac596bbcdbe734605fa4f34f31a76
/
.
/
apps
/
app-runner
/
Dockerfile.nextjs.deno.2.0.0
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