Yaya86 commited on
Commit
ec57ec0
·
verified ·
1 Parent(s): 0e22be6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -5
Dockerfile CHANGED
@@ -22,16 +22,16 @@ 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
- RUN ls -la && pwd
26
 
27
- WORKDIR /data
28
 
29
- RUN mkdir /data/erbot_doc && chmod -R 777 /data/erbot_doc
30
- COPY erbot_doc /data/erbot_doc
31
 
32
  # Afficher le contenu du dossier et le chemin complet
33
  #RUN ls /data/erbot_doc && cd /data/erbot_doc && pwd
34
 
35
  #RUN cd ..
36
 
37
- 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
+ WORKDIR /home
26
 
27
+ RUN ls -la && pwd
28
 
29
+ #RUN mkdir /data/erbot_doc && chmod -R 777 /data/erbot_doc
30
+ #COPY erbot_doc /data/erbot_doc
31
 
32
  # Afficher le contenu du dossier et le chemin complet
33
  #RUN ls /data/erbot_doc && cd /data/erbot_doc && pwd
34
 
35
  #RUN cd ..
36
 
37
+ #CMD ["npx", "flowise", "start"]