Spaces:
Sleeping
Sleeping
GabrielLogspace
commited on
Commit
•
6f3e851
1
Parent(s):
b8abd52
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ RUN git clone https://github.com/logspace-ai/langflow.git $LANGFLOW_HOME \
|
|
15 |
|
16 |
# Copy the code into the container
|
17 |
WORKDIR $LANGFLOW_HOME
|
18 |
-
COPY . .
|
19 |
|
20 |
# Create logs directory and set permissions
|
21 |
RUN mkdir logs && chmod 777 logs
|
|
|
15 |
|
16 |
# Copy the code into the container
|
17 |
WORKDIR $LANGFLOW_HOME
|
18 |
+
COPY --chown=user:user . .
|
19 |
|
20 |
# Create logs directory and set permissions
|
21 |
RUN mkdir logs && chmod 777 logs
|