1
0
Fork 0
deno-deployctl/Dockerfile

4 lines
173 B
Docker

FROM alpine
RUN apk add curl
RUN curl -fsSL https://deno.land/x/install/install.sh | sh
RUN deno install --allow-all --no-check -r -f https://deno.land/x/deploy/deployctl.ts