nitrox commited on
Commit
296be4c
·
verified ·
1 Parent(s): 0281b51

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ ENV PUPPETEER_SKIP_DOWNLOAD=true
24
  ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
25
 
26
  # Install Flowise globally
27
- RUN npm install -g flowise
28
 
29
  # # Configure Flowise directories using the ARG
30
  RUN mkdir -p $FLOWISE_PATH/uploads && chmod -R 777 $FLOWISE_PATH
 
24
  ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
25
 
26
  # Install Flowise globally
27
+ RUN npm install -g flowise@"^2.2.5"
28
 
29
  # # Configure Flowise directories using the ARG
30
  RUN mkdir -p $FLOWISE_PATH/uploads && chmod -R 777 $FLOWISE_PATH