Skip to content

Commit

Permalink
allow read
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed May 27, 2024
1 parent 4217a05 commit 3d2e494
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 @@ -27,4 +27,4 @@ CMD \
[ "$(echo $ALLOW_UNSECURE_CERT | tr '[:upper:]' '[:lower:]')" = true ] && \
IGNORE_CERT_ERRORS="--unsafely-ignore-certificate-errors"; \
\
deno run --allow-net --allow-env $IGNORE_CERT_ERRORS /app/adapter.ts
deno run --allow-read --allow-net --allow-env $IGNORE_CERT_ERRORS /app/adapter.ts

0 comments on commit 3d2e494

Please sign in to comment.