Zulelee commited on
Commit
434e728
·
verified ·
1 Parent(s): df869ce

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -22,6 +22,9 @@ RUN npm install -g flowise
22
  # Configure Flowise directories using the ARG
23
  RUN mkdir -p $LOG_PATH $FLOWISE_PATH/uploads && chmod -R 777 $LOG_PATH $FLOWISE_PATH
24
 
 
 
 
25
  WORKDIR /data
26
 
27
  CMD ["npx", "flowise", "start"]
 
22
  # Configure Flowise directories using the ARG
23
  RUN mkdir -p $LOG_PATH $FLOWISE_PATH/uploads && chmod -R 777 $LOG_PATH $FLOWISE_PATH
24
 
25
+ # Copy the CognitoX folder into the container
26
+ COPY "CognitoX abcbf0062ede455e84c6d51e1ec13134" /data/CognitoX
27
+
28
  WORKDIR /data
29
 
30
  CMD ["npx", "flowise", "start"]