Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -32,4 +32,6 @@ RUN npm install -g "git+https://github.com/kivilaid/Flowise.git"
|
|
| 32 |
# # Configure Flowise directories using the ARG
|
| 33 |
RUN mkdir -p $FLOWISE_PATH/uploads && chmod -R 777 $FLOWISE_PATH
|
| 34 |
|
| 35 |
-
CMD ["sh", "-c", "mkdir -p $LOG_PATH && chmod -R 777 $LOG_PATH && npx flowise start"]
|
|
|
|
|
|
|
|
|
| 32 |
# # Configure Flowise directories using the ARG
|
| 33 |
RUN mkdir -p $FLOWISE_PATH/uploads && chmod -R 777 $FLOWISE_PATH
|
| 34 |
|
| 35 |
+
#CMD ["sh", "-c", "mkdir -p $LOG_PATH && chmod -R 777 $LOG_PATH && npx flowise start"]
|
| 36 |
+
|
| 37 |
+
CMD ["sh", "-c", "mkdir -p $LOG_PATH && chmod -R 777 $LOG_PATH && flowise start"]
|