1
0
Fork 0
deno-deployctl/Dockerfile

3 lines
156 B
Docker

FROM ubuntu
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