Skip to content

Commit

Permalink
migrate dockerfile CLI to node
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Sep 7, 2024
1 parent ae1710b commit 959e31d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/DockerfileCli
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM denoland/deno:1.44.4
FROM node:slim

RUN deno install -q -A https://raw.githubusercontent.com/windmill-labs/windmill/main/cli/main.ts --name wmill
RUN npm install -g windmill-cli

ENTRYPOINT [ "wmill" ]

0 comments on commit 959e31d

Please sign in to comment.