Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
24d6e9a2b8fd4a3c4f67a4d95b08e8f538e92d53
/
.
/
apps
/
app-runner
/
Dockerfile.sketch.latest
blob: 82aba7a3ce1ed9395d25a486da5dbceff3ce6141 [
file
] [
log
] [
blame
]
FROM alpine
:
3.22
.
0
ARG TARGETARCH
RUN apk update
RUN apk add bash curl git nodejs npm
COPY
--
from
=
giolekva
/
sketch
:
latest
/
usr
/
bin
/
sketch
/
usr
/
bin
/
sketch
COPY app
-
runner_$
{
TARGETARCH
}
/
usr
/
bin
/
app
-
runner