Yaya86 commited on
Commit
2e35e85
·
verified ·
1 Parent(s): ec57ec0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -19,10 +19,12 @@ ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
19
  # Install Flowise globally
20
  RUN npm install -g flowise
21
 
 
 
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
 
 
19
  # Install Flowise globally
20
  RUN npm install -g flowise
21
 
22
+ RUN ls -la
23
+
24
  # Configure Flowise directories using the ARG
25
  RUN mkdir -p $LOG_PATH $FLOWISE_PATH/uploads && chmod -R 777 $LOG_PATH $FLOWISE_PATH
26
 
27
+ WORKDIR /usr
28
 
29
  RUN ls -la && pwd
30