Skip to content

Commit

Permalink
Add another --allow-sys to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danopia committed May 18, 2024
1 parent 8f2e5f0 commit cb1ee17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ ADD deps.ts .
RUN deno check deps.ts
ADD . .
RUN deno check entrypoint.ts
ENTRYPOINT ["deno","run","--allow-sys=hostname","--allow-env","--allow-net","--allow-run=deno,dot","--allow-read=.","entrypoint.ts"]
ENTRYPOINT ["deno","run","--allow-sys=hostname,osRelease","--allow-env","--allow-net","--allow-run=deno,dot","--allow-read=.","entrypoint.ts"]

0 comments on commit cb1ee17

Please sign in to comment.