Skip to content

Commit d9d26c5

Browse files
committed
Allow full network when deployed
1 parent ee080be commit d9d26c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ ADD deps.ts .
77
RUN deno check deps.ts
88
ADD . .
99
RUN deno check server.ts
10-
ENTRYPOINT ["deno","run","--allow-env","--allow-net=0.0.0.0,api.github.com,cdn.deno.land,registry.npmjs.org","--allow-run=deno,dot","--allow-read=.","server.ts"]
10+
ENTRYPOINT ["deno","run","--allow-env","--allow-net","--allow-run=deno,dot","--allow-read=.","server.ts"]

0 commit comments

Comments
 (0)