monikode commited on
Commit
896a041
·
verified ·
1 Parent(s): 744300c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -7,7 +7,9 @@ ARG LOG PATH=$BASE_PATH/logs
7
  ARG BLOB_STORAGE_PATH=$BASE_PATH/storage
8
 
9
  RUN apk add --no-cache git python3 py3-pip make g++ build-base cairo-dev pango-dev chromium
10
- ENV PUPPETEER_SKIP_DOWNLOAD-true ENV PUPPETEER_EXECUTABLE_PATH-/usr/bin/chromium-browser
 
 
11
 
12
  RUN npm install -g flowise
13
 
 
7
  ARG BLOB_STORAGE_PATH=$BASE_PATH/storage
8
 
9
  RUN apk add --no-cache git python3 py3-pip make g++ build-base cairo-dev pango-dev chromium
10
+
11
+ ENV PUPPETEER_SKIP_DOWNLOAD=true
12
+ ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
13
 
14
  RUN npm install -g flowise
15