kivilaid commited on
Commit
06c3a3e
·
verified ·
1 Parent(s): 8c719b1

Update Dockerfile

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