Yogeek commited on
Commit
b60d091
1 Parent(s): 1c52f05

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN apk add --no-cache git python3 py3-pip make g++ build-base cairo-dev pango-d
15
  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
20
 
21
  # Configure Flowise directories using the ARG
 
15
  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
20
 
21
  # Configure Flowise directories using the ARG