Spaces:
Sleeping
Sleeping
Gabriel Luiz Freitas Almeida
commited on
Update Dockerfile
Browse files- 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
|