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