Skip to content

Commit

Permalink
Prevent Deno prompt
Browse files Browse the repository at this point in the history
(cherry picked from commit 621b94d)
  • Loading branch information
hugoalh committed Sep 9, 2024
1 parent ae791a4 commit 5e7a691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM denoland/deno:bin-1.46.3 AS stage-deno
FROM debian:12.7-slim
ENV APP_ROOT=/opt/hugoalh/send-discord-webhook-ghaction
ENV DEBIAN_FRONTEND=noninteractive
ENV DENO_NO_PROMPT=1
ENV DENO_NO_UPDATE_CHECK=1
COPY --from=stage-deno /deno /opt/denoland/deno/deno
RUN chmod +x /opt/denoland/deno/deno && ln -s /opt/denoland/deno/deno /usr/bin/deno
Expand Down

0 comments on commit 5e7a691

Please sign in to comment.