Spaces:
Sleeping
Sleeping
GabrielLogspace
commited on
Commit
•
c1ddee0
1
Parent(s):
443dfaa
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -19,6 +19,9 @@ COPY . .
|
|
19 |
# Create logs directory and set permissions
|
20 |
RUN mkdir logs && chmod 777 logs
|
21 |
|
|
|
|
|
|
|
22 |
# Update the config.yaml file, build and install the langflow package
|
23 |
RUN make build && pip install dist/*.tar.gz
|
24 |
|
|
|
19 |
# Create logs directory and set permissions
|
20 |
RUN mkdir logs && chmod 777 logs
|
21 |
|
22 |
+
# Set permissions for database folder
|
23 |
+
RUN chmod 777 /home/langflow
|
24 |
+
|
25 |
# Update the config.yaml file, build and install the langflow package
|
26 |
RUN make build && pip install dist/*.tar.gz
|
27 |
|