Files

9 lines
273 B
Plaintext
Raw Permalink Normal View History

FROM caddy:latest
LABEL author="Task Venture Capital GmbH <hello@task.vc>"
# Caddy uses Alpine base, install Deno from Alpine edge
RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community deno
# Verify Deno installation
RUN deno --version