feat: disable telemetry
This commit is contained in:
parent
999ba5dbdf
commit
c2eb1b0d95
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
FROM docker.io/denoland/deno AS build
|
||||
COPY . .
|
||||
ENV ASTRO_TELEMETRY_DISABLED=true
|
||||
RUN deno task install
|
||||
RUN deno task build
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue