Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
bcd25e9ea44bd300e36f7fd6ed1b52ce0a46380d
/
.
/
apps
/
app-runner
/
Dockerfile.nodejs.23.1.0
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