Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
The default command should turn off prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfleming authored Oct 20, 2019
1 parent 1f8b10b commit 5cc44a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slim.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates
WORKDIR /opt/
COPY --from=deno_from_scratch /opt/deno/out/debug/deno /usr/local/bin/
CMD ["deno"]
CMD ["deno", "--no-prompt"]

0 comments on commit 5cc44a8

Please sign in to comment.