diff --git a/Dockerfile b/Dockerfile index cce1e30..17f8a1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM denoland/deno:1.28.3 as base -RUN deno install --allow-read --allow-write --allow-env --allow-net --allow-run --no-check -r -f https://deno.land/x/deploy/deployctl.ts && deno cache https://deno.land/x/deploy/deployctl.ts +RUN deno install --allow-read --allow-write --allow-env --allow-net --allow-run --no-check -r -f https://deno.land/x/deploy/deployctl.ts COPY run.ts /bin/ RUN chmod +x /bin/run.ts diff --git a/run.ts b/run.ts index 9b6d728..d54c1a8 100755 --- a/run.ts +++ b/run.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env -S deno run --allow-run --allow-env +#!/usr/bin/env -S deno run --allow-run --allow-env --no-lock const env = Deno.env.toObject();