HenryHeng commited on
Commit
3f6e5f3
·
verified ·
1 Parent(s): fc4bf1a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ ENV PUPPETEER_SKIP_DOWNLOAD=true
16
  ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
17
 
18
  # Install Flowise globally
19
- RUN npm install -g flowise@3.0.0
20
 
21
  # Configure Flowise directories using the ARG
22
  RUN mkdir -p $BASE_PATH $LOG_PATH $FLOWISE_PATH/uploads && chmod -R 777 $LOG_PATH $FLOWISE_PATH $BASE_PATH
 
16
  ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
17
 
18
  # Install Flowise globally
19
+ RUN npm install -g flowise
20
 
21
  # Configure Flowise directories using the ARG
22
  RUN mkdir -p $BASE_PATH $LOG_PATH $FLOWISE_PATH/uploads && chmod -R 777 $LOG_PATH $FLOWISE_PATH $BASE_PATH