ranonrat commited on
Commit
abb863a
·
1 Parent(s): 0ff17db

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@1.4.2
20
 
21
 
22
  # Configure Flowise directories using the ARG
 
16
  ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
17
 
18
  # Install Flowise globally
19
+ RUN npm install -g flowise
20
 
21
 
22
  # Configure Flowise directories using the ARG