EryriLabs commited on
Commit
464558e
·
verified ·
1 Parent(s): 6489bb4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -18,6 +18,7 @@ RUN apk add --no-cache git python3 py3-pip make g++ build-base cairo-dev pango-d
18
 
19
  ENV PUPPETEER_SKIP_DOWNLOAD=true
20
  ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
 
21
 
22
  # Install Flowise globally
23
  RUN npm install -g flowise
 
18
 
19
  ENV PUPPETEER_SKIP_DOWNLOAD=true
20
  ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
21
+ ENV DISABLE_FLOWISE_TELEMETRY=true
22
 
23
  # Install Flowise globally
24
  RUN npm install -g flowise