Gabriel Luiz Freitas Almeida commited on
Commit
0343381
·
verified ·
1 Parent(s): 68a6135

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ RUN mkdir logs && chmod 777 logs
25
 
26
  ### Update permissions for Langflow
27
  USER root
28
- RUN chmod 777 /home/langflow
29
  USER user
30
 
31
  # Update the config.yaml file, build and install the langflow package
 
25
 
26
  ### Update permissions for Langflow
27
  USER root
28
+ RUN chmod 777 /home/langflow/*
29
  USER user
30
 
31
  # Update the config.yaml file, build and install the langflow package