Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,7 +25,7 @@ FROM node:20-alpine
|
|
25 |
RUN apk add --no-cache chromium git python3 py3-pip make g++ build-base cairo-dev pango-dev
|
26 |
|
27 |
# Configure Flowise directories using the ARG
|
28 |
-
RUN mkdir
|
29 |
|
30 |
# Copy Flowise from the build stage
|
31 |
COPY --from=build /usr/local/lib/node_modules /usr/local/lib/node_modules
|
|
|
25 |
RUN apk add --no-cache chromium git python3 py3-pip make g++ build-base cairo-dev pango-dev
|
26 |
|
27 |
# Configure Flowise directories using the ARG
|
28 |
+
RUN mkdir $LOG_PATH $BLOB_STORAGE_PATH $FLOWISE_PATH/uploads && chmod -R 777 $LOG_PATH $BLOB_STORAGE_PATH $FLOWISE_PATH
|
29 |
|
30 |
# Copy Flowise from the build stage
|
31 |
COPY --from=build /usr/local/lib/node_modules /usr/local/lib/node_modules
|