We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8a01f commit 5c692a3Copy full SHA for 5c692a3
Dockerfile
@@ -8,4 +8,4 @@ ADD deps.ts .
8
RUN deno check --allow-import=deno.land,crux.land deps.ts
9
ADD . .
10
RUN deno check --allow-import=deno.land,crux.land entrypoint.ts
11
-ENTRYPOINT ["deno","run","--allow-sys","--allow-env","--allow-net","--allow-run=deno,dot","--allow-read=.","--allow-import=deno.land,crux.land","entrypoint.ts"]
+ENTRYPOINT ["deno","run","--allow-sys","--allow-env","--allow-net","--allow-run=deno,dot","--allow-read=.","--allow-import=deno.land,crux.land,jsr.io","entrypoint.ts"]
0 commit comments