GreenTeaLatte commited on
Commit
1f3be4b
·
verified ·
1 Parent(s): 373eb38

Update Dockerfile

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