Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -29,4 +29,4 @@ RUN npm install -g flowise@"^3.0.0"
|
|
| 29 |
# # Configure Flowise directories using the ARG
|
| 30 |
RUN mkdir -p $FLOWISE_PATH/uploads && chmod -R 777 $FLOWISE_PATH
|
| 31 |
|
| 32 |
-
CMD ["sh", "-c", "
|
|
|
|
| 29 |
# # Configure Flowise directories using the ARG
|
| 30 |
RUN mkdir -p $FLOWISE_PATH/uploads && chmod -R 777 $FLOWISE_PATH
|
| 31 |
|
| 32 |
+
CMD ["sh", "-c", "mkdir -p $LOG_PATH && chmod -R 777 $LOG_PATH && npx flowise start"]
|