HenryHeng commited on
Commit
6e0f001
1 Parent(s): 362b459

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 $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
 
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