aai198 commited on
Commit
1f21a85
·
1 Parent(s): 8b447db
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ ENV PUPPETEER_SKIP_DOWNLOAD=true
18
  ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
19
 
20
  # Install Flowise globally
21
- RUN npm install -g flowise
22
 
23
  # Configure Flowise directories using the ARG
24
  RUN mkdir -p $LOG_PATH $FLOWISE_PATH/uploads && chmod -R 777 $LOG_PATH $FLOWISE_PATH
 
18
  ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
19
 
20
  # Install Flowise globally
21
+ RUN npm install -g flowise@1.3.4
22
 
23
  # Configure Flowise directories using the ARG
24
  RUN mkdir -p $LOG_PATH $FLOWISE_PATH/uploads && chmod -R 777 $LOG_PATH $FLOWISE_PATH