Update Dockerfile
Browse files- 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
|