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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ 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
 
29
 
30
  # Install Flowise globally
31
  #RUN npm install -g flowise@1.3.4
32
+ RUN npm install -g flowise@1.6.4
33
 
34
  # # Configure Flowise directories using the ARG
35
  RUN mkdir -p $FLOWISE_PATH/uploads && chmod -R 777 $FLOWISE_PATH