GreenTeaLatte commited on
Commit
11e48f8
1 Parent(s): 2583541

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -28,7 +28,8 @@ ENV PUPPETEER_SKIP_DOWNLOAD=true
28
  ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
29
 
30
  # Install Flowise globally
31
- RUN npm install -g flowise@1.3.4
 
32
 
33
  # # Configure Flowise directories using the ARG
34
  RUN mkdir -p $FLOWISE_PATH/uploads && chmod -R 777 $FLOWISE_PATH
 
28
  ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
29
 
30
  # Install Flowise globally
31
+ #RUN npm install -g flowise@1.3.4
32
+ RUN npm install -g flowise
33
 
34
  # # Configure Flowise directories using the ARG
35
  RUN mkdir -p $FLOWISE_PATH/uploads && chmod -R 777 $FLOWISE_PATH