Skip to content

Commit 5c692a3

Browse files
committed
Need to allow jsr.io
1 parent 8e8a01f commit 5c692a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ ADD deps.ts .
88
RUN deno check --allow-import=deno.land,crux.land deps.ts
99
ADD . .
1010
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"]
11+
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

Comments
 (0)