Skip to content

Commit

Permalink
new flag needed
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed May 4, 2024
1 parent a4ee8a0 commit cb39378
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 @@ -4,4 +4,4 @@ WORKDIR /app
COPY . .

USER deno
CMD deno run --allow-net --allow-read --allow-env https://deno.land/std/http/file_server.ts -p5000 --no-dotfiles
CMD deno run --allow-net --allow-sys --allow-read --allow-env https://deno.land/std/http/file_server.ts -p5000 --no-dotfiles

0 comments on commit cb39378

Please sign in to comment.